From 6069d86ec55651c3b41d5022afa60047527348cd Mon Sep 17 00:00:00 2001 From: Disco DeDisco Date: Wed, 22 Apr 2026 01:55:39 -0400 Subject: [PATCH] skipped a localstorage natus FT clogging the pipeline --- src/functional_tests/test_applet_my_sky.py | 2 ++ 1 file changed, 2 insertions(+) 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")