Skip to content

Commit d54656a

Browse files
committed
Re-established TaskVine translator test, but disabled TaskVine Logger
for now
1 parent ea6961c commit d54656a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/translators_loggers/test_translators_loggers.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ class TestTranslators:
231231
"parsl",
232232
"nextflow",
233233
"airflow",
234-
"bash",
235-
#"taskvine",
234+
"bash",
235+
"taskvine",
236236
"cwl",
237237
"pegasus",
238238
"swiftt",
@@ -270,8 +270,8 @@ def test_translator(self, backend) -> None:
270270
# Run the log parser if any
271271
if backend == "pegasus":
272272
parser = PegasusLogsParser(dirpath / "work/wfcommons/pegasus/Blast-Benchmark/run0001/")
273-
elif backend == "taskvine":
274-
parser = TaskVineLogsParser(dirpath / "vine-run-info/", filenames_to_ignore=["cpu-benchmark","stress-ng"])
273+
# elif backend == "taskvine":
274+
# parser = TaskVineLogsParser(dirpath / "vine-run-info/", filenames_to_ignore=["cpu-benchmark","stress-ng"])
275275
else:
276276
parser = None
277277

0 commit comments

Comments
 (0)