We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1680569 commit afce18eCopy full SHA for afce18e
1 file changed
tasks/example_threads/tests/functional/main.cpp
@@ -67,7 +67,8 @@ class NesterovARunFuncTestsThreads : public ppc::util::BaseRunFuncTests<InType,
67
68
namespace {
69
70
-TEST_P(NesterovARunFuncTestsThreads, MatmulFromPic) {
+// TODO(allnes): Fix & enable back this test
71
+TEST_P(NesterovARunFuncTestsThreads, DISABLED_MatmulFromPic) {
72
ExecuteTest(GetParam());
73
}
74
0 commit comments