Skip to content

Commit c86eb3a

Browse files
authored
disable flaky tests (#482)
1 parent c061e27 commit c86eb3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/test/framework/Syntax_Tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1987,7 +1987,7 @@ namespace {
19871987
);
19881988
}
19891989

1990-
TEST_F(Syntax_Test, sort_list) {
1990+
TEST_F(Syntax_Test, DISABLED_sort_list) {
19911991
auto [testGen, status] = createTestForFunction(linked_list_c, 104, 90);
19921992

19931993
ASSERT_TRUE(status.ok()) << status.error_message();
@@ -2009,7 +2009,7 @@ namespace {
20092009
);
20102010
}
20112011

2012-
TEST_F(Syntax_Test, sort_list_with_cmp) {
2012+
TEST_F(Syntax_Test, DISABLED_sort_list_with_cmp) {
20132013
auto [testGen, status] = createTestForFunction(linked_list_c, 135, 90);
20142014

20152015
ASSERT_TRUE(status.ok()) << status.error_message();

0 commit comments

Comments
 (0)