We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98031b commit 8b38e26Copy full SHA for 8b38e26
tests/materials/test_robocrys.py
@@ -25,9 +25,7 @@ def test_client(rester):
25
assert doc.condensed_structure is not None
26
27
28
-# TODO: switch this to the skipif once emmet PR 1261 is deployed to production
29
-# @pytest.mark.skipif(os.getenv("MP_API_KEY", None) is None, reason="No API key found.")
30
-@pytest.mark.skip(reason="Query with large result set fails with faceted pipeline")
+@pytest.mark.skipif(os.getenv("MP_API_KEY", None) is None, reason="No API key found.")
31
def test_client_large_result_set(rester):
32
search_method = rester.search
33
0 commit comments