Skip to content

Commit e709de8

Browse files
committed
tmp: Use pre_merge verifying the test update
Signed-off-by: Jacky <[email protected]>
1 parent 933a828 commit e709de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fault_tolerance/cancellation/test_trtllm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
pytest.mark.gpu_1,
3636
pytest.mark.e2e,
3737
pytest.mark.model(FAULT_TOLERANCE_MODEL_NAME),
38-
pytest.mark.post_merge, # post_merge to pinpoint failure commit
38+
pytest.mark.pre_merge, # post_merge to pinpoint failure commit
3939
pytest.mark.parametrize("request_plane", ["nats", "tcp"], indirect=True),
4040
]
4141

0 commit comments

Comments
 (0)