Skip to content

Commit 6489884

Browse files
committed
enabling the persist tests
1 parent 8682834 commit 6489884

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: test/test.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,7 @@ def test_dagrun_with_load(self):
397397
self.assertEqual(expected, result)
398398
self.assertRaises(ResponseError, con.tensorget, "b")
399399

400-
def dagrun_with_persist(self):
401-
# TODO: disabling for now
400+
def test_dagrun_with_persist(self):
402401
con = self.get_client()
403402

404403
with self.assertRaises(ResponseError):

0 commit comments

Comments
 (0)