Commit 048bff67 authored by nmostafa's avatar nmostafa

Disable test that is hitting a bug in MLIR

parent 28551264
...@@ -254,7 +254,7 @@ NGRAPH_TEST(${BACKEND_NAME}, dot_0_0) ...@@ -254,7 +254,7 @@ NGRAPH_TEST(${BACKEND_NAME}, dot_0_0)
EXPECT_TRUE(test::all_close_f((vector<float>{0}), read_vector<float>(result))); EXPECT_TRUE(test::all_close_f((vector<float>{0}), read_vector<float>(result)));
} }
NGRAPH_TEST(${BACKEND_NAME}, dot_matrix_2x0_0x2) NGRAPH_TEST(${BACKEND_NAME}, MLIR_DISABLE_TEST(dot_matrix_2x0_0x2))
{ {
Shape shape_a{2, 0}; Shape shape_a{2, 0};
Shape shape_b{0, 2}; Shape shape_b{0, 2};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment