Skip to content

Commit 720bcc9

Browse files
committed
Fix localTest execution by adding InvokeLaterDispatcher as allowed thread name
1 parent 4182acb commit 720bcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/tum/cit/ase/eos/TestFXAnnotations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
// Allow all threads and trust all threads
4343
@TrustedThreads(value = TrustedThreads.TrustScope.ALL_THREADS)
4444
@AllowThreads
45-
@DisableThreadGroupCheckFor({"testfx-async-pool-thread-", "JavaFX-Launcher", "QuantumRenderer-0", "Monocle Timer", "JavaFX Application Thread"})
45+
@DisableThreadGroupCheckFor({"testfx-async-pool-thread-", "JavaFX-Launcher", "QuantumRenderer-0", "Monocle Timer", "JavaFX Application Thread", "InvokeLaterDispatcher"})
4646

4747
// Whitelisted test classes
4848
@WhitelistClass(JavaFXTest.class)

0 commit comments

Comments
 (0)