Excluding a flaky test

This commit is contained in:
Denis Fokin
2016-11-23 17:07:39 +03:00
parent 0ca03ffb2f
commit 4f2aa31d03
@@ -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)