Skip to content

Commit

Permalink
skip flaky test (#1679)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-vi authored Jan 22, 2025
1 parent 6bafeff commit 3c20c2a
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 3c20c2a

Please sign in to comment.