Skip to content
Snippets Groups Projects
Commit bd5b6bdf authored by Millian Poquet's avatar Millian Poquet
Browse files

ci

parent a332e87f
Branches
No related tags found
No related merge requests found
......@@ -23,7 +23,8 @@ TEST(flop_conversion, big)
test_wrapper_flop_conversion(1e18, 1e18);
}
TEST(flop_conversion, DISABLED_wrong)
TEST(flop_conversion, wrong)
{
GTEST_SKIP();
test_wrapper_flop_conversion(1e26, 1e27);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment