Disable test_quantization_scale_pass unittest for random error, test=develop (#23441)

revert-23830-2.0-beta
cc 5 years ago committed by GitHub
parent 7f1ad510bd
commit 7c55a94de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -115,6 +115,9 @@ if(WIN32)
list(REMOVE_ITEM TEST_OPS test_weight_quantization_mobilenetv1)
endif()
# Disable unittest for random error
list(REMOVE_ITEM TEST_OPS test_quantization_scale_pass)
if(LINUX AND WITH_MKLDNN)
#### Image classification dataset: ImageNet (small)

Loading…
Cancel
Save