Mark AMP test as flaky (#15055)
This commit is contained in:
parent
c334b7766c
commit
713a2f79ee
|
@ -68,6 +68,7 @@ class AMPTestModel(BoringModel):
|
||||||
|
|
||||||
|
|
||||||
@RunIf(min_torch="1.10")
|
@RunIf(min_torch="1.10")
|
||||||
|
@pytest.mark.flaky(reruns=3)
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
("strategy", "precision", "devices"),
|
("strategy", "precision", "devices"),
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in New Issue