Skip to content

Commit 9104dc2

Browse files
peri044apbose
authored andcommitted
chore: patch 24.02 failing tests (#2629)
1 parent def076f commit 9104dc2

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
@@ -34,10 +34,6 @@ converter_test(
3434
name = "test_bitwise",
3535
)
3636

37-
converter_test(
38-
name = "test_instance_norm",
39-
)
40-
4137
converter_test(
4238
name = "test_cast",
4339
)
@@ -210,10 +206,6 @@ converter_test(
210206
name = "test_where",
211207
)
212208

213-
converter_test(
214-
name = "test_scaled_dot_product_attention",
215-
)
216-
217209
test_suite(
218210
name = "converter_tests",
219211
tests = [
@@ -236,7 +228,6 @@ test_suite(
236228
":test_einsum",
237229
":test_expand",
238230
":test_index",
239-
":test_instance_norm",
240231
":test_interpolate",
241232
":test_layer_norm",
242233
":test_linear",
@@ -249,7 +240,6 @@ test_suite(
249240
":test_reduce",
250241
":test_replication_pad",
251242
":test_roll",
252-
":test_scaled_dot_product_attention",
253243
":test_scatter",
254244
":test_select",
255245
":test_shuffle",

0 commit comments

Comments
 (0)