From 55f2747ee1fdb03f45224fa9ae32bb5bcf9e7596 Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Wed, 31 Jul 2019 12:25:36 -0700 Subject: [PATCH] Remove timebombs from 2 functional license tests. These were put in place because they pass locally and fail on buildkite. We didn't care at the time, but now we should investigate. Signed-off-by: Ryan Davis --- test/functional/license_test.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/functional/license_test.rb b/test/functional/license_test.rb index 8171382f3..47c7a7703 100644 --- a/test/functional/license_test.rb +++ b/test/functional/license_test.rb @@ -22,8 +22,6 @@ describe "The license acceptance mechanism" do end it "should write a YAML file" do - skip_until 2019, 8, 16, "Skipping in order to get buildkite green" - without_license do Dir.mktmpdir do |tmp_home| license_persist_path = File.join(tmp_home, ".chef", "accepted_licenses", "inspec") @@ -44,8 +42,6 @@ describe "The license acceptance mechanism" do # if not found, we can't test interactive acceptance anymore describe "when no mechanism is used to accept the license and we are non-interactive" do it "should exit ASAP with code 172" do - skip_until 2019, 8, 16, "Skipping in order to get buildkite green" - without_license do Dir.mktmpdir do |tmp_home| run_result = run_inspec_process("shell -c platform.family", env: { "HOME" => tmp_home })