From bf4a7b425b3cc5b41dbeb6798ccec41114975327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veronika=20Hanul=C3=ADkov=C3=A1?= Date: Wed, 1 Nov 2023 16:39:51 +0100 Subject: [PATCH] test --- test/recipes/90-test_includes.t | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/recipes/90-test_includes.t b/test/recipes/90-test_includes.t index 5ff61910c570e7..5fcaca2c65189f 100644 --- a/test/recipes/90-test_includes.t +++ b/test/recipes/90-test_includes.t @@ -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"); -}