Skip to content

Commit

Permalink
fix: remove smoketest from normal e2e flow (#12555)
Browse files Browse the repository at this point in the history
* fix: remove smoketest from normal e2e flow

* fix: configure auth for smoketest

* Revert "fix: configure auth for smoketest"

This reverts commit 2d103c0.
  • Loading branch information
sdstolworthy authored May 1, 2023
1 parent 6885e01 commit ad063e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/split-e2e-tests-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ const WINDOWS_SMOKE_TESTS = [
'src/__tests__/schema-iterative-update-1.test.ts',
];
const TEST_EXCLUSIONS: { l: string[]; w: string[] } = {
l: [],
l: ['src/__tests__/smoketest.test.ts'],
w: [
'src/__tests__/smoketest.test.ts',
'src/__tests__/opensearch-simulator/opensearch-simulator.test.ts',
'src/__tests__/storage-simulator/S3server.test.ts',
'src/__tests__/amplify-app.test.ts',
Expand Down

0 comments on commit ad063e1

Please sign in to comment.