[rel-1.16.0] Disable QNN QDQ test for release branch (#17463)

Disable QNN QDQ test for release branch

### Description
Disable QNN QDQ test for release branch to get rid of model test failure
caused by new model update in build image.
This commit is contained in:
Hector Li 2023-09-07 23:43:12 -07:00 committed by GitHub
parent 2406e9c567
commit 196df08326
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,6 +103,7 @@ jobs:
./build/Release/onnx_test_runner -e qnn \
-v -j 1 -c 1 -i "backend_path|$(QNN_SDK_ROOT)/lib/x86_64-linux-clang/libQnnHtp.so" \
/data/qdq_models
enabled: false
- task: CmdLine@2
displayName: Run QDQ model tests with context cache enabled