From 6072455e6cbb78536d35b374f3375bba858d16d6 Mon Sep 17 00:00:00 2001
From: jrybicki-jsc <j.rybicki@fz-juelich.de>
Date: Mon, 13 Sep 2021 12:03:06 +0200
Subject: [PATCH] ignore?

---
 tests/test_b2shareoperator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_b2shareoperator.py b/tests/test_b2shareoperator.py
index 751bca6..e8f1919 100644
--- a/tests/test_b2shareoperator.py
+++ b/tests/test_b2shareoperator.py
@@ -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
-- 
GitLab