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/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/CodeWhispererTelemetryTest.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -270,9 +270,9 @@ class CodeWhispererTelemetryTest : CodeWhispererTestBase() {
270
270
val userInput ="(x, y)"
271
271
addUserInputAfterInvocation(userInput)
272
272
withCodeWhispererServiceInvokedAndWait { }
273
-
val prefixNotMatchCount = pythonResponse.completions().filter {
273
+
val prefixNotMatchCount = pythonResponse.completions().count {
Copy file name to clipboardExpand all lines: plugins/core/jetbrains-community/tst/software/aws/toolkits/jetbrains/core/gettingstarted/SetupAuthenticationDialogTest.kt
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,6 @@ 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
17
16
importorg.junit.jupiter.api.Test
18
17
importorg.junit.jupiter.api.assertThrows
19
18
importorg.junit.jupiter.api.extension.ExtendWith
@@ -280,7 +279,6 @@ class SetupAuthenticationDialogTest {
280
279
}
281
280
282
281
@Test
283
-
@Ignore("flaky")
284
282
fun`validate IAM tab fails if credentials are invalid`() {
285
283
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