Skip to content

Commit

Permalink
chore: disable failing docker test on AW
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Jan 24, 2025
1 parent 6108436 commit 2bf44ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ tasks:
- lint:
- format:
- test:
bazel:
flags:
- --test_tag_filters=-skip-on-aspect-workflows

notifications:
github: {}
6 changes: 5 additions & 1 deletion oci_python_image/hello_world/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,11 @@ py_test(
# the test Setup has to do some sophisticated work to load each layer.
data = [":platform_image"],
main = "app_test.py",
tags = ["requires-docker"],
tags = [
"requires-docker",
# TODO(sahin/derek?): this test passes on GitHub Actions runners but fails on AW
"skip-on-aspect-workflows",
],
deps = [
requirement("testcontainers"),
],
Expand Down

0 comments on commit 2bf44ee

Please sign in to comment.