From 62ca6ffb7c31c3e1ab6675af672e528a0e2efd6b Mon Sep 17 00:00:00 2001 From: Vincent Luczkow Date: Wed, 17 Aug 2022 18:23:50 -0700 Subject: [PATCH] Missed a test skip command --- tests/rebuild_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rebuild_test.py b/tests/rebuild_test.py index ffd1cb4..ad103ed 100644 --- a/tests/rebuild_test.py +++ b/tests/rebuild_test.py @@ -88,5 +88,6 @@ def test_rebuild_incremental_medium(): run_rebuild(MEDIUM, incremental=True) +@pytest.mark.skip def test_rebuild_incremental_mocked(): run_rebuild(M_MEDIUM, incremental=True)