Skip to content

Commit

Permalink
Skip test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomlago committed Jan 14, 2025
1 parent 2d5ef36 commit 26857df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/brevitas_examples/test_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,8 @@ def rotation_ppl_args_and_ppl(default_run_args, request):

@requires_pt_ge('2.4')
def test_small_models_rotation_ppl(caplog, rotation_ppl_args_and_ppl):
if platform.system() == "Windows":
pytest.skip("Skipping dynamo + windows")
caplog.set_level(logging.INFO)
args, exp_float_ppl, exp_quant_ppl = rotation_ppl_args_and_ppl
float_ppl, quant_ppl, model = validate_args_and_run_main(args)
Expand Down

0 comments on commit 26857df

Please sign in to comment.