Skip to content

Commit

Permalink
[Hexagon] Skip HexagonThreadManagerTest.thread_order_signal_wait unit…
Browse files Browse the repository at this point in the history
… test (#13171)

skip test
  • Loading branch information
mehrdadh authored Oct 21, 2022
1 parent eeb8b70 commit ad11780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cpp-runtime/hexagon/hexagon_thread_manager_tests.cc
Original file line number Diff line number Diff line change
@@ -259,6 +259,7 @@ TEST_F(HexagonThreadManagerTest, thread_order) {
}

TEST_F(HexagonThreadManagerTest, thread_order_signal_wait) {
GTEST_SKIP() << "Skipping due to: https://github.com/apache/tvm/issues/13169";
std::vector<int> arr;

htm->Wait(streams[1], 1);

0 comments on commit ad11780

Please sign in to comment.