Skip to content

Commit bbe0af4

Browse files
peri044apbose
authored andcommitted
chore: patch 24.02 failing tests (#2629)
1 parent fd2636c commit bbe0af4

File tree

1 file changed

+0
-10
lines changed
  • tests/core/conversion/converters

1 file changed

+0
-10
lines changed

tests/core/conversion/converters/BUILD

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ converter_test(
2727
name = "test_bitwise",
2828
)
2929

30-
converter_test(
31-
name = "test_instance_norm",
32-
)
33-
3430
converter_test(
3531
name = "test_cast",
3632
)
@@ -203,10 +199,6 @@ converter_test(
203199
name = "test_where",
204200
)
205201

206-
converter_test(
207-
name = "test_scaled_dot_product_attention",
208-
)
209-
210202
test_suite(
211203
name = "converter_tests",
212204
tests = [
@@ -229,7 +221,6 @@ test_suite(
229221
":test_einsum",
230222
":test_expand",
231223
":test_index",
232-
":test_instance_norm",
233224
":test_interpolate",
234225
":test_layer_norm",
235226
":test_linear",
@@ -242,7 +233,6 @@ test_suite(
242233
":test_reduce",
243234
":test_replication_pad",
244235
":test_roll",
245-
":test_scaled_dot_product_attention",
246236
":test_scatter",
247237
":test_select",
248238
":test_shuffle",

0 commit comments

Comments
 (0)