diff --git a/tools/ci_build/github/azure-pipelines/linux-qnn-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-qnn-ci-pipeline.yml index 093db011e4..96734779e7 100644 --- a/tools/ci_build/github/azure-pipelines/linux-qnn-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-qnn-ci-pipeline.yml @@ -77,6 +77,12 @@ jobs: --update --build --parallel displayName: Build QNN EP + - script: | + export ORT_UNIT_TEST_MAIN_LOG_LEVEL=0 + ./onnxruntime_test_all --gtest_filter="QnnCPUBackendTests.AveragePool_AsGlobal" + displayName: Run QnnCPUBackendTests.AveragePool_AsGlobal unit test + workingDirectory: $(Build.SourcesDirectory)/build/Release + - script: | python3 tools/ci_build/build.py \ --build_dir build \