Skip to content

Commit

Permalink
disable serialized rollbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakadus committed Jan 26, 2025
1 parent e5a8789 commit 6c19036
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion evap/evaluation/tests/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,12 @@ class LiveServerTest(SeleniumTestCase):
selenium: WebDriver
headless = True
window_size = (1920, 3080)
serialized_rollback = True
serialized_rollback = False

def setUp(self) -> None:
super().setUp()
self.request = self.make_request()
Group.objects.update_or_create(name="Manager")
self.manager = make_manager()
self.selenium.get(self.live_server_url)
self.login(self.manager)
Expand Down

0 comments on commit 6c19036

Please sign in to comment.