Skip to content

Commit

Permalink
Remove TestPantheonConfigCommand for now because it requires config-t…
Browse files Browse the repository at this point in the history
…ime validation
  • Loading branch information
rfay committed Nov 19, 2019
1 parent 40686c2 commit 2ba9797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ddevapp/pantheon_test.go
Expand Up @@ -29,6 +29,7 @@ const pantheonTestEnvName = "bbowman"

// TestConfigCommand tests the interactive config options.
func TestPantheonConfigCommand(t *testing.T) {
t.Skip("Removing TestPantheonConfigCommand for now because it requires config-time project validation, which is being removed")
if os.Getenv("DDEV_PANTHEON_API_TOKEN") == "" {
t.Skip("No DDEV_PANTHEON_API_TOKEN env var has been set. Skipping Pantheon specific test.")
}
Expand Down

0 comments on commit 2ba9797

Please sign in to comment.