Skip to content

Commit 7f98260

Browse files
codecatalyst: enable e2e test (#3827)
Signed-off-by: nkomonen <[email protected]>
1 parent a413ccd commit 7f98260

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

src/test/techdebt.test.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,4 @@ describe('tech debt', function () {
5151
'Remove use of 1.94.0 for aws-sam-cli in linuxIntegrationTests.yml and see if integration tests are passing now'
5252
)
5353
})
54-
55-
it('stop skipping CodeCatalyst E2E Tests', function () {
56-
// https://issues.amazon.com/issues/IDE-10496
57-
assert(
58-
new Date() < new Date(2024, 1, 15),
59-
'Re-evaluate if we should still keep skipping CodeCatalyst E2E Tests'
60-
)
61-
})
6254
})

src/testE2E/codecatalyst/client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ let projectName: CodeCatalystProject['name']
8181
* integ tests, but using the ssh hostname that we get from
8282
* {@link prepareDevEnvConnection}.
8383
*/
84-
describe.skip('Test how this codebase uses the CodeCatalyst API', function () {
84+
describe('Test how this codebase uses the CodeCatalyst API', function () {
8585
let client: CodeCatalystClient
8686
let commands: CodeCatalystCommands
8787
let webviewClient: CodeCatalystCreateWebview

0 commit comments

Comments
 (0)