Skip to content

Commit 2613060

Browse files
committed
update test markers
Signed-off-by: Anant Sharma <[email protected]>
1 parent 7cc2157 commit 2613060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/kvbm/test_determinism.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,6 @@ class TestDeterminism:
775775
],
776776
indirect=True,
777777
)
778-
@pytest.mark.vllm
779778
def test_determinism_with_cache_reset(self, tester, llm_server, runtime_services):
780779
"""Test determinism across cache reset: run test with warmup, reset cache, run again without warmup."""
781780
print("\n" + "=" * 70)
@@ -916,6 +915,7 @@ def test_determinism_with_cache_reset(self, tester, llm_server, runtime_services
916915
"num_prompts",
917916
[int(x) for x in os.environ.get("KVBM_IFEVAL_PROMPTS", "120").split(",")],
918917
)
918+
@pytest.mark.skip(reason="Flaky test: DIS-665")
919919
def test_concurrent_determinism_with_ifeval(
920920
self,
921921
tester,

0 commit comments

Comments
 (0)