mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Excluding a flaky test
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ class RunnableActionsTest : PlatformTestCase() {
|
||||
private val myPerProjectModalDialog = Dialog(null, "Per-project modal dialog", Dialog.ModalityType.DOCUMENT_MODAL)
|
||||
private val myApplicationModalDialog = Dialog(null, "Owned dialog", Dialog.ModalityType.DOCUMENT_MODAL)
|
||||
|
||||
fun testModalityStateChangedListener () {
|
||||
fun _testModalityStateChangedListener () {
|
||||
val enteringOrder = booleanArrayOf(true, true, false, false)
|
||||
|
||||
val enteringIndex = AtomicInteger(-1)
|
||||
|
||||
Reference in New Issue
Block a user