Skip to content

Commit

Permalink
chore: cleanup extra lines (#12248)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Dec 31, 2024
1 parent 7198f71 commit 4ed128c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions smoke-test/tests/cypress/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,6 @@ def test_run_cypress(auth_session):
else:
record_arg = " "

rest_specs = set(os.listdir("tests/cypress/cypress/e2e"))
cypress_suite1_specs = {"mutations", "search", "views"}
rest_specs.difference_update(set(cypress_suite1_specs))
print(f"test strategy is {test_strategy}")
test_spec_arg = ""
specs_str = ",".join([f"**/{f}" for f in _get_cypress_tests_batch()])
Expand Down

0 comments on commit 4ed128c

Please sign in to comment.