From 1a654e9e1c797cba04cc20e4b7c441a6c5186860 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Sun, 14 Oct 2018 17:14:56 -0700 Subject: [PATCH] configs/configupgrade: Disable the tests for now The tests in here are illustrating that this package is not yet finished, but we plan to run a release before we finish this and so we'll skip those tests for now with the intent of reinstating this again once we return to finish this up. --- configs/configupgrade/upgrade_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/configupgrade/upgrade_test.go b/configs/configupgrade/upgrade_test.go index c510c9bef..6d4203992 100644 --- a/configs/configupgrade/upgrade_test.go +++ b/configs/configupgrade/upgrade_test.go @@ -14,6 +14,8 @@ import ( ) func TestUpgradeValid(t *testing.T) { + t.Skip("configupgrade is not yet complete enough to run tests against") + // This test uses the contents of the test-fixtures/valid directory as // a table of tests. Every directory there must have both "input" and // "want" subdirectories, where "input" is the configuration to be