Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
edgchen1 committed Dec 19, 2024
1 parent dd45c84 commit 959d8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/test/providers/qnn/qnn_basic_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ TEST_F(QnnHTPBackendTests, EPOffloadsGraphIOQuantDequant) {
TEST_F(QnnHTPBackendTests, UseHtpSharedMemoryAllocatorForInputs) {
#if !defined(__ANDROID__) && !defined(_WIN32)
// TODO there's probably a better way to check that we are on a Qualcomm device
GTEST_SKIP() << "Test should be run on Qualcomm device.";
GTEST_SKIP() << "Test is only supported on a Qualcomm device.";
#endif

ProviderOptions provider_options;
Expand Down

0 comments on commit 959d8df

Please sign in to comment.