Skip to content

Commit

Permalink
test(amplify-e2e-tests): ignore custom policies container tests for w…
Browse files Browse the repository at this point in the history
…indows (#8378)
  • Loading branch information
lazpavel authored Oct 7, 2021
1 parent 6d92c8b commit 4b2de30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13655,7 +13655,6 @@ workflows:
parameters:
os:
- linux
- windows
- hooks-amplify_e2e_tests_pkg:
context:
- amplify-ecr-image-pull
Expand Down Expand Up @@ -15191,7 +15190,6 @@ workflows:
parameters:
os:
- linux
- windows
- function_9-amplify_e2e_tests_pkg:
context:
- amplify-ecr-image-pull
Expand Down
2 changes: 2 additions & 0 deletions scripts/split-e2e-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ const WINDOWS_TEST_FAILURES = [
'storage-2-amplify_e2e_tests',
'storage-3-amplify_e2e_tests',
'tags-amplify_e2e_tests',
'custom_policies_container-amplify_e2e_tests',
'custom_policies_function-amplify_e2e_tests',
];

// Ensure to update packages/amplify-e2e-tests/src/cleanup-e2e-resources.ts is also updated this gets updated
Expand Down

0 comments on commit 4b2de30

Please sign in to comment.