From 41cf95fdf5becce038e68422c294634983727285 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 29 Feb 2024 01:56:10 -0300 Subject: tests: mark a couple of problematic tests as pending --- spec/install_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec') diff --git a/spec/install_spec.lua b/spec/install_spec.lua index 66000c36..ec42d125 100644 --- a/spec/install_spec.lua +++ b/spec/install_spec.lua @@ -32,13 +32,13 @@ describe("luarocks install #integration", function() end) describe("basic tests", function() - it("fails with local flag as root #unix", function() + pending("fails with local flag as root #unix", function() if test_env.TYPE_TEST_ENV ~= "full" then assert.is_false(run.luarocks_bool("install --local luasocket ", { USER = "root" } )) end end) - it("fails with no downloader", function() + pending("fails with no downloader", function() if test_env.TYPE_TEST_ENV ~= "full" then local output = assert(run.luarocks("install https://example.com/rock-1.0.src.rock", { LUAROCKS_CONFIG = testing_paths.testrun_dir .. "/testing_config_no_downloader.lua" } )) assert.match("no downloader tool", output) -- cgit v1.2.3-55-g6feb