Skip to content

Commit 8b38e26

Browse files
committed
re-enable large result set robocrys test
1 parent d98031b commit 8b38e26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/materials/test_robocrys.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ def test_client(rester):
2525
assert doc.condensed_structure is not None
2626

2727

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")
28+
@pytest.mark.skipif(os.getenv("MP_API_KEY", None) is None, reason="No API key found.")
3129
def test_client_large_result_set(rester):
3230
search_method = rester.search
3331

0 commit comments

Comments
 (0)