We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc9e75 commit 4a19e10Copy full SHA for 4a19e10
litert/python/aot/BUILD
@@ -40,6 +40,13 @@ pytype_strict_contrib_test(
40
"//litert/test:testdata/mobilenet_v2_1.0_224.tflite",
41
"//litert/test:testdata/torchaudio_conformer.tflite",
42
],
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
+ ],
50
deps = [
51
":aot_compile",
52
"//litert/python/aot/core:common",
0 commit comments