You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/core/jetbrains-community/tst/software/aws/toolkits/jetbrains/core/gettingstarted/SetupAuthenticationDialogTest.kt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ import io.mockk.mockk
13
13
importio.mockk.mockkStatic
14
14
importio.mockk.verify
15
15
importorg.assertj.core.api.Assertions.assertThat
16
+
importorg.junit.Ignore
16
17
importorg.junit.jupiter.api.Test
17
18
importorg.junit.jupiter.api.assertThrows
18
19
importorg.junit.jupiter.api.extension.ExtendWith
@@ -279,6 +280,7 @@ class SetupAuthenticationDialogTest {
279
280
}
280
281
281
282
@Test
283
+
@Ignore("flaky")
282
284
fun`validate IAM tab fails if credentials are invalid`() {
283
285
val state =SetupAuthenticationDialogState().apply {
Copy file name to clipboardExpand all lines: plugins/toolkit/jetbrains-core/tst/software/aws/toolkits/jetbrains/core/gettingstarted/GettingStartedOnStartupTest.kt
0 commit comments