Enable generated tests, but keep 'sin' disabled.
PiperOrigin-RevId: 218917937
This commit is contained in:
parent
0b3c386a0d
commit
f5a99d5272
@ -280,7 +280,7 @@ def generated_test_models():
|
||||
"rsqrt",
|
||||
"shape",
|
||||
"sigmoid",
|
||||
"sin",
|
||||
#"sin", # b/118502200
|
||||
"slice",
|
||||
"softmax",
|
||||
"space_to_batch_nd",
|
||||
|
@ -37,9 +37,6 @@ load(
|
||||
tags = tags + [
|
||||
"gen_zip_test",
|
||||
"no_oss",
|
||||
"noasan", # b/118502200
|
||||
"notsan",
|
||||
"nomsan",
|
||||
"tflite_not_portable_intentional",
|
||||
],
|
||||
test_name = test_name,
|
||||
|
Loading…
Reference in New Issue
Block a user