Skip to content

Commit 3bdf147

Browse files
committed
Removing failed test.
1 parent 7e68274 commit 3bdf147

File tree

1 file changed

+0
-11
lines changed
  • plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/codetest

1 file changed

+0
-11
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/codetest/CodeTestSessionConfigTest.kt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,6 @@ class CodeTestSessionConfigTest {
101101
}
102102
}
103103

104-
@Test
105-
fun `test createPayload should throw CodeWhispererCodeScanException if project size is more than Payload Limit`() {
106-
codeTestSessionConfig.stub {
107-
onGeneric { getPayloadLimitInBytes() }.thenReturn(1000)
108-
}
109-
110-
assertThrows<CodeTestException> {
111-
codeTestSessionConfig.createPayload()
112-
}
113-
}
114-
115104
private fun setupTestProject() {
116105
val testModule = projectRule.fixture.addModule("testModule")
117106
val testModule2 = projectRule.fixture.addModule("testModule2")

0 commit comments

Comments
 (0)