From 4f2aa31d03c5e5895ce8efd33daf3d122d0cf346 Mon Sep 17 00:00:00 2001 From: Denis Fokin Date: Wed, 23 Nov 2016 17:04:22 +0300 Subject: [PATCH] Excluding a flaky test --- .../openapi/application/impl/PerProjectLaterInvokatorTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/application/impl/PerProjectLaterInvokatorTest.kt b/platform/platform-tests/testSrc/com/intellij/openapi/application/impl/PerProjectLaterInvokatorTest.kt index da9f16ff9731..ce02d4f6cad9 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/application/impl/PerProjectLaterInvokatorTest.kt +++ b/platform/platform-tests/testSrc/com/intellij/openapi/application/impl/PerProjectLaterInvokatorTest.kt @@ -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)