Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit f39f04b

Browse files
dbarbuzzimarkurtzbfineran
authored
Mark test_one_shot_ks_perf_sensitivity as flaky (#367)
Co-authored-by: Mark Kurtz <mark@neuralmagic.com> Co-authored-by: Benjamin Fineran <bfineran@users.noreply.github.com>
1 parent 1cfc4b8 commit f39f04b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/sparseml/onnx/optim/test_sensitivity_ks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ def test_one_shot_ks_loss_sensitivity(
221221
@pytest.mark.skipif(
222222
deepsparse is None, reason="deepsparse is not installed on the system"
223223
)
224+
@flaky(max_runs=2, min_passes=1)
224225
def test_one_shot_ks_perf_sensitivity(
225226
onnx_models_with_analysis: OnnxModelAnalysisFixture,
226227
):

0 commit comments

Comments
 (0)