From fbb443be33c98d6430cb09fb7da71aeb6a88d939 Mon Sep 17 00:00:00 2001 From: Patrick Huck Date: Thu, 19 Dec 2024 17:00:23 -0800 Subject: [PATCH] also skip bs test --- tests/materials/test_electronic_structure.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/materials/test_electronic_structure.py b/tests/materials/test_electronic_structure.py index e91af985..01fcf8f5 100644 --- a/tests/materials/test_electronic_structure.py +++ b/tests/materials/test_electronic_structure.py @@ -81,6 +81,7 @@ def bs_rester(): @pytest.mark.skipif(os.getenv("MP_API_KEY", None) is None, reason="No API key found.") +@pytest.mark.skip(reason="magnetic ordering fields not build correctly") def test_bs_client(bs_rester): # Get specific search method search_method = bs_rester.search