diff --git a/tests/integration/tables/unified_log.cpp b/tests/integration/tables/unified_log.cpp index 49efa548c79..5e89ca083db 100644 --- a/tests/integration/tables/unified_log.cpp +++ b/tests/integration/tables/unified_log.cpp @@ -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"); @@ -97,4 +97,4 @@ TEST_F(UnifiedLogTest, test_sanity) { EXPECT_TRUE(sequential_queries_diff); } } // namespace table_tests -} // namespace osquery \ No newline at end of file +} // namespace osquery