Skip to content

Commit 4a19e10

Browse files
ai-edge-botcopybara-github
authored andcommitted
Skip sans for aot compile test (same as cr/818785853)
LiteRT-PiperOrigin-RevId: 819871088
1 parent dbc9e75 commit 4a19e10

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

litert/python/aot/BUILD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ pytype_strict_contrib_test(
4040
"//litert/test:testdata/mobilenet_v2_1.0_224.tflite",
4141
"//litert/test:testdata/torchaudio_conformer.tflite",
4242
],
43+
# Re-enable sans once test libs can be linked in a sans friendly way.
44+
tags = [
45+
"noasan",
46+
"nomsan",
47+
"nosan",
48+
"notsan",
49+
],
4350
deps = [
4451
":aot_compile",
4552
"//litert/python/aot/core:common",

0 commit comments

Comments
 (0)