diff --git a/src/functional_tests/test_applet_my_sky.py b/src/functional_tests/test_applet_my_sky.py index 99696b8..2a8c475 100644 --- a/src/functional_tests/test_applet_my_sky.py +++ b/src/functional_tests/test_applet_my_sky.py @@ -6,6 +6,7 @@ to their account (stored on the User model, independent of any game room). """ import json as _json +import unittest from selenium.webdriver.common.by import By @@ -131,6 +132,7 @@ class MySkyLocalStorageTest(FunctionalTest): # ── T2 ─────────────────────────────────────────────────────────────────── + @unittest.skip('localstorage saving temporarily removed') def test_sky_form_fields_repopulated_after_page_refresh(self): """Form values survive a full page refresh via localStorage.""" self.create_pre_authenticated_session("stargazer@test.io")