From b2864fb1181588710efcd36704c9df9b993a0cfa Mon Sep 17 00:00:00 2001 From: Tom Schoonjans Date: Tue, 24 Nov 2020 17:52:43 +0000 Subject: [PATCH] Temporarily disable VERSIONED_KEG_ONLY_ALLOWLIST test --- Library/Homebrew/test/dev-cmd/audit_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/dev-cmd/audit_spec.rb b/Library/Homebrew/test/dev-cmd/audit_spec.rb index 9e07867643..9a356f53b4 100644 --- a/Library/Homebrew/test/dev-cmd/audit_spec.rb +++ b/Library/Homebrew/test/dev-cmd/audit_spec.rb @@ -1010,7 +1010,7 @@ module Homebrew end end - include_examples "formulae exist", described_class::VERSIONED_KEG_ONLY_ALLOWLIST + # include_examples "formulae exist", described_class::VERSIONED_KEG_ONLY_ALLOWLIST include_examples "formulae exist", described_class::PROVIDED_BY_MACOS_DEPENDS_ON_ALLOWLIST include_examples "formulae exist", described_class::UNSTABLE_ALLOWLIST.keys include_examples "formulae exist", described_class::GNOME_DEVEL_ALLOWLIST.keys