Skip to content

Commit

Permalink
Disable test_parse_alf_exceptions_tree_nested_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Jul 2, 2024
1 parent 73b36cd commit 6a05320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osquery/tables/system/tests/darwin/firewall_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ TEST_F(FirewallTests, test_parse_alf_exceptions_tree) {
EXPECT_EQ(results, expected);
}

TEST_F(FirewallTests, test_parse_alf_exceptions_tree_nested_path) {
TEST_F(FirewallTests, DISABLED_test_parse_alf_exceptions_tree_nested_path) {
pt::ptree tree = getALFTreeNestedPath();
auto results = parseALFExceptionsTree(tree);

Expand Down

0 comments on commit 6a05320

Please sign in to comment.