Skip to content

Commit

Permalink
[build] Add missing no-asan tag
Browse files Browse the repository at this point in the history
This is needed following #3140, #3166 adds a new python test which also needs
the tag.
  • Loading branch information
fhanau committed Nov 27, 2024
1 parent 7750cb6 commit 2cabf27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cloudflare/internal/test/aig/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ py_wd_test(
"*.js",
"*.py",
]),
tags = [
# TODO(someday): Fix asan failure for this, see https://github.com/cloudflare/workerd/pull/3140#discussion_r1858273318
"no-asan",
],
)

0 comments on commit 2cabf27

Please sign in to comment.