Skip to content

Commit

Permalink
Reverse test order (1 & 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Szabo committed Dec 11, 2024
1 parent eeefe14 commit 37e297b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions tubular/scripts/dd_synthetic_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,7 @@ def run_synthetic_tests(enable_automated_rollbacks, slack_notification_channel):
# PUBLIC_TEST_ID = "sad-hqu-h33"
# tests_to_run = json.loads(os.getenv("TESTS_TO_RUN"))
tests_to_run = [
{
"name":
'''
edX Smoke Test - [Anonymous user] An anonymous user is directed to the
Logistration page (authn.edx.org) when trying to access content behind log-in wall
''',
"id": "6tq-u28-hwa"
},

{
"name":
'''
Expand All @@ -164,6 +157,14 @@ def run_synthetic_tests(enable_automated_rollbacks, slack_notification_channel):
''',
"id": "zkx-36f-kui"
},
{
"name":
'''
edX Smoke Test - [Anonymous user] An anonymous user is directed to the
Logistration page (authn.edx.org) when trying to access content behind log-in wall
''',
"id": "6tq-u28-hwa"
},
{
"name":
'''
Expand Down

0 comments on commit 37e297b

Please sign in to comment.