Skip to content
Snippets Groups Projects
Commit 6072455e authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

ignore?

parent f93d1dc3
No related branches found
No related tags found
No related merge requests found
Pipeline #78292 failed
......@@ -31,7 +31,7 @@ class B2ShareOperatorTest(unittest.TestCase):
gfl.return_value = {'ooo.txt': 'htt://file/to/download'}
down.return_value = 'tmp_name'
self.ti.run(ignore_ti_state=False)
self.ti.run(ignore_ti_state=True)
print(self.ti.state)
self.assertEqual(State.SUCCESS, self.ti.state)
# Assert something related to tasks results
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment