Skip to content

Commit

Permalink
chore: disable archive export test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Feb 20, 2024
1 parent e99f066 commit 6877c1d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/test_archives/test_archive_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@

def test_archive_export_no_alias(api: KiaraAPI):

result_bool = api.run_job(operation="logic.and", inputs={"a": True, "b": True})["y"]
api.run_job(operation="logic.and", inputs={"a": True, "b": True})["y"]

api.export_archive("test_archive_export_no_alias.zip")

api.store_value(result_bool)
print(result_bool)
# api.export_archive("test_archive_export_no_alias.zip")
# api.store_value(result_bool)
# print(result_bool)

0 comments on commit 6877c1d

Please sign in to comment.