Skip to content

Commit

Permalink
chore: disable playwright tests (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: Sridhar <ashwsrir@amazon.com>
  • Loading branch information
ashwinkumar6 and Sridhar committed Jul 10, 2023
1 parent 27f35f4 commit d35d591
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -466,12 +466,12 @@ tests:
browser: *extended_browser_list

# integ_react_datastore_custom_pk_unconnected_models_webkit
- test_name: 'DataStore - Custom Primary Key (Connected Models)'
framework: react
category: datastore
sample_name: [v2/custom-pk-unconnected-models]
spec: custom-pk-unconnected-models
browser: [webkit]
# - test_name: 'DataStore - Custom Primary Key (Connected Models)'
# framework: react
# category: datastore
# sample_name: [v2/custom-pk-unconnected-models]
# spec: custom-pk-unconnected-models
# browser: [webkit]

# integ_react_datastore_custom_pk_has_one
- test_name: 'DataStore - Custom Primary Key (Has One)'
Expand All @@ -498,12 +498,12 @@ tests:
browser: *extended_browser_list

# integ_react_datastore_background_process_manager_webkit
- test_name: 'DataStore - Background Process Manager'
framework: react
category: datastore
sample_name: [v2/background-process-manager]
spec: background-process-manager
browser: [webkit]
# - test_name: 'DataStore - Background Process Manager'
# framework: react
# category: datastore
# sample_name: [v2/background-process-manager]
# spec: background-process-manager
# browser: [webkit]

# integ_react_datastore_related_models
- test_name: 'DataStore - Related Models'
Expand Down

0 comments on commit d35d591

Please sign in to comment.