Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
xhanulik committed Nov 1, 2023
1 parent 6c887e2 commit bf4a7b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/recipes/90-test_includes.t
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,5 @@ if ($^O eq "VMS") {
ok(run(test(["conf_include_test", "-f", data_file("includes-broken.cnf")])), "test broken includes");
ok(run(test(["conf_include_test", "-f", data_file("incdir.cnf")])), "test includedir");

SKIP: {
skip "Skipping legacy test", 1
if disabled("legacy");
ok(run(test(["conf_include_test", "-providers", data_file("includes-prov-dir.cnf")])),
"test directory includes with provider configs");
}

0 comments on commit bf4a7b4

Please sign in to comment.