Skip to content

Commit

Permalink
Disable playwright runner temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Jun 11, 2024
1 parent 669b479 commit 1511356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build_test_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import json

DEFAULT_OS = "ubuntu-latest, macos-latest"
DEFAULT_RUNNER = "selenium, playwright"
DEFAULT_RUNNER = "selenium"
DEFAULT_BROWSER = "chrome, firefox, node, safari, host"
DEFAULT_CHROME_VERSION = "latest"
DEFAULT_FIREFOX_VERSION = "latest"
Expand Down

0 comments on commit 1511356

Please sign in to comment.