@@ -44,7 +44,7 @@ def make_provider(name=None, **kwargs):
4444 return src_provider , dest_provider
4545
4646
47- @pytest .mark .skip ('TODO: test fails sometimes' )
47+ # @pytest.mark.skip('TODO: test fails sometimes')
4848@pytest .mark .celery (result_backend = None )
4949def test_copy_calls_copy (providers , bundles , callback ):
5050 src , dest = providers
@@ -62,7 +62,7 @@ def test_is_task():
6262 assert not asyncio .iscoroutine (copy .copy )
6363 assert asyncio .iscoroutinefunction (copy .copy .adelay )
6464
65- @pytest .mark .skip ('TODO: test fails sometimes' )
65+ # @pytest.mark.skip('TODO: test fails sometimes')
6666@pytest .mark .celery (result_backend = None )
6767def test_imputes_exceptions (providers , bundles , callback ):
6868 src , dest = providers
@@ -82,7 +82,7 @@ def test_imputes_exceptions(providers, bundles, callback):
8282 assert method == 'PUT'
8383 assert data ['errors' ] == ["Exception('This is a string')" ]
8484
85- @pytest .mark .skip ('TODO: test fails sometimes' )
85+ # @pytest.mark.skip('TODO: test fails sometimes')
8686@pytest .mark .celery (result_backend = None )
8787def test_return_values (providers , bundles , callback , src_path , dest_path , mock_time , FAKE_TIME ):
8888 src , dest = providers
@@ -136,7 +136,7 @@ def test_return_values(providers, bundles, callback, src_path, dest_path, mock_t
136136 'sizeInt' : metadata .size_as_int ,
137137 }
138138
139- @pytest .mark .skip ('TODO: test fails sometimes' )
139+ # @pytest.mark.skip('TODO: test fails sometimes')
140140@pytest .mark .celery (result_backend = None )
141141def test_starttime_override (providers , bundles , callback , mock_time , FAKE_TIME ):
142142 src , dest = providers
0 commit comments