Skip to content

Commit 92a98b7

Browse files
committed
Remove test_scale
Signed-off-by: Junjie Bai <[email protected]>
1 parent 53d8df5 commit 92a98b7

File tree

1 file changed

+0
-5
lines changed
  • tests/core/converters

1 file changed

+0
-5
lines changed

tests/core/converters/BUILD

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ converter_test(
2828
name = "test_conv"
2929
)
3030

31-
converter_test(
32-
name = "test_scale"
33-
)
34-
3531
test_suite(
3632
name = "test_converters",
3733
tests = [
@@ -42,7 +38,6 @@ test_suite(
4238
":test_linear",
4339
":test_element_wise",
4440
":test_conv",
45-
":test_scale"
4641
]
4742
)
4843

0 commit comments

Comments
 (0)