Skip to content

Commit 963db7e

Browse files
committed
tests: bump codecatalyst e2e skip
The tests are still being throttled, so bump the date. 1) Test how this codebase uses the CodeCatalyst API Dev Environment functionality "before all" hook for "creates an empty Dev Environment": ThrottlingException: The request was denied due to request throttling.
1 parent e7e79f2 commit 963db7e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/test/techdebt.test.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ describe('tech debt', function () {
5454

5555
it('stop skipping CodeCatalyst E2E Tests', function () {
5656
// https://issues.amazon.com/issues/IDE-10496
57-
const nextMonth = new Date(2023, 8, 12) // September 12th, 2023
58-
const now = new Date()
59-
assert(now < nextMonth, 'Re-evaluate if we should still keep skipping CodeCatalyst E2E Tests')
57+
assert(
58+
new Date() < new Date(2024, 1, 15),
59+
'Re-evaluate if we should still keep skipping CodeCatalyst E2E Tests'
60+
)
6061
})
6162
})

0 commit comments

Comments
 (0)