Skip to content

Commit

Permalink
skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
t-vi committed Jan 22, 2025
1 parent bed8e73 commit 8ade6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thunder/tests/opinfos.py
Original file line number Diff line number Diff line change
Expand Up @@ -7869,7 +7869,7 @@ def rms_norm_error_generator(op, device, **kwargs):
devicetypes=(devices.DeviceType.CUDA,),
),
DecorateInfo(
custom_comparator(partial(assert_close, atol=1e-1, rtol=2e-2)),
pytest.mark.skip(reason="Flaky. See https://github.com/Lightning-AI/lightning-thunder/issues/1678"),
dtypes=(datatypes.bfloat16,),
),
),
Expand Down

0 comments on commit 8ade6f4

Please sign in to comment.