Skip to content

Commit aa43898

Browse files
authored
chore: remove lambda python test from windows suite
chore: remove lambda python test from windows suite
2 parents ab04abf + 691e0e0 commit aa43898

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/split-e2e-tests-codebuild.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const TEST_EXCLUSIONS: { l: string[]; w: string[] } = {
5959
'src/__tests__/function_6.test.ts',
6060
'src/__tests__/function_7.test.ts',
6161
'src/__tests__/function_8.test.ts',
62+
'src/__tests__/function_15.test.ts',
6263
'src/__tests__/geo-add-e.test.ts',
6364
'src/__tests__/geo-add-f.test.ts',
6465
'src/__tests__/geo-remove-2.test.ts',

scripts/split-e2e-tests-v2.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ const TEST_EXCLUSIONS: { l: string[]; w: string[] } = {
119119
'src/__tests__/function_6.test.ts',
120120
'src/__tests__/function_7.test.ts',
121121
'src/__tests__/function_8.test.ts',
122+
'src/__tests__/function_15.test.ts',
122123
'src/__tests__/geo-add-e.test.ts',
123124
'src/__tests__/geo-add-f.test.ts',
124125
'src/__tests__/geo-remove-2.test.ts',

0 commit comments

Comments
 (0)