Skip to content

Commit

Permalink
disable bedrock tests due to lack of keys, update golden serial results
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pmardziel committed Oct 3, 2024
1 parent 4d6f97f commit 22b9445
Show file tree
Hide file tree
Showing 9 changed files with 1,705 additions and 1,687 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ test-serial: # has golden file
$(PYTEST) tests/e2e/test_serial.py
test-golden: test-dummy test-serial
test-write-golden: test-write-golden-dummy test-write-golden-serial
test-write-golden-%: tests/e2e/test_$*.py
test-write-golden-%: tests/e2e/test_%.py
WRITE_GOLDEN=1 $(PYTEST) tests/e2e/test_$*.py || true

# Runs required tests
Expand Down
Loading

0 comments on commit 22b9445

Please sign in to comment.