Skip to content

Commit b8918ed

Browse files
committed
amend
1 parent ca89a1e commit b8918ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_transforms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14508,6 +14508,7 @@ def test_transform_inverse(self):
1450814508
return
1450914509

1451014510

14511+
@pytest.mark.skipif(IS_WIN, reason="Test is flaky on Windows")
1451114512
class TestTimer(TransformBase):
1451214513
def test_single_trans_env_check(self):
1451314514
env = TransformedEnv(ContinuousActionVecMockEnv(), Timer())

0 commit comments

Comments
 (0)