Skip to content

Commit

Permalink
20545: Reenables test_bulk_operations unit test, bumps Amalgam versio…
Browse files Browse the repository at this point in the history
…n, MAJOR (#99)

This test can be re-enabled since the faulty endpoints being called as
part of the test were removed in #98.
  • Loading branch information
apbassett authored Jun 13, 2024
1 parent 82a12cd commit 8377f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amalgam/test/test_standalone.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def amalgam_lib():
execution_trace_dir='./traces/', trace=True)


@pytest.mark.skipif(True, reason="Pending bugfix") # TODO: 20545
@pytest.mark.skipif(not is_amalgam_installed, reason="Amalgam is not installed")
def test_bulk_operations(amalgam_lib):
amalgam_lib.reset_trace('test_bulk_operations.trace')
assert bulk_operations(amalgam_lib)
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"amalgam": "51.4.1"
"amalgam": "53.0.0"
}
}

0 comments on commit 8377f36

Please sign in to comment.