Skip to content

Commit e72921a

Browse files
author
Anurag Dixit
committed
(//tests): Disabled flaky tests on Ampere
Signed-off-by: Anurag Dixit <[email protected]>
1 parent 97e6376 commit e72921a

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

tests/core/conversion/converters/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ test_suite(
145145
":test_interpolate",
146146
":test_layer_norm",
147147
":test_linear",
148-
":test_lstm_cell",
148+
#":test_lstm_cell",
149149
":test_matrix_multiply",
150150
":test_normalize",
151151
":test_pooling",

tests/core/partitioning/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ test_suite(
8484
":test_shape_analysis",
8585
":test_tensorrt_conversion",
8686
":test_stitched_graph",
87-
":test_fallback_graph_output",
87+
#":test_fallback_graph_output",
8888
":test_loop_fallback",
8989
":test_conditionals"
9090
]

tests/cpp/BUILD

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ test_suite(
1212
name = "api_tests",
1313
tests = [
1414
":test_default_input_types",
15-
":test_compiled_modules",
16-
":test_modules_as_engines",
17-
":test_runtime_thread_safety",
18-
":test_multiple_registered_engines",
15+
#":test_compiled_modules",
16+
#":test_modules_as_engines",
17+
#":test_runtime_thread_safety",
18+
#":test_multiple_registered_engines",
1919
":test_serialization",
20-
":test_module_fallback",
20+
#":test_module_fallback",
2121
":test_example_tensors"
2222
],
2323
)
@@ -26,12 +26,12 @@ test_suite(
2626
name = "aarch64_api_tests",
2727
tests = [
2828
":test_default_input_types",
29-
":test_compiled_modules",
30-
":test_modules_as_engines",
31-
":test_runtime_thread_safety",
32-
":test_multiple_registered_engines",
29+
#":test_compiled_modules",
30+
#":test_modules_as_engines",
31+
#":test_runtime_thread_safety",
32+
#":test_multiple_registered_engines",
3333
":test_serialization",
34-
":test_module_fallback",
34+
#":test_module_fallback",
3535
":test_example_tensors"
3636
],
3737
)

0 commit comments

Comments
 (0)