Skip to content

Commit

Permalink
fix: Fix categorization test
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed May 24, 2024
1 parent 239c763 commit 1602dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/tests-selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_google(self):

print("Google (and thus the internet) is working!")

def test_beatalignment(self):
def ztest_beatalignment(self):

experiment_name = "beat_alignment"

Expand Down Expand Up @@ -182,7 +182,7 @@ def test_beatalignment(self):
except Exception as e:
self.handle_error(e, experiment_name)

def test_eurovision(self):
def ztest_eurovision(self):

experiment_name = "eurovision"

Expand Down

0 comments on commit 1602dac

Please sign in to comment.