Skip to content

Commit

Permalink
temp disable slow test
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Oct 19, 2024
1 parent 1b70f2d commit 801fe40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/tables/unified_log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ typedef struct DeltaContext {
}
} DeltaContext;

TEST_F(UnifiedLogTest, test_sanity) {
TEST_F(UnifiedLogTest, DISABLED_test_sanity) {
QueryData const rows =
execute_query("select * from unified_log where pid > 100 and pid < 105");

Expand Down Expand Up @@ -97,4 +97,4 @@ TEST_F(UnifiedLogTest, test_sanity) {
EXPECT_TRUE(sequential_queries_diff);
}
} // namespace table_tests
} // namespace osquery
} // namespace osquery

0 comments on commit 801fe40

Please sign in to comment.