Skip to content

Commit

Permalink
Remove Exteneded as a valid mode
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Ha <chuck@heptio.com>
  • Loading branch information
Chuck Ha committed Jun 26, 2018
1 parent 5deeaf0 commit 08e7797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/client/mode.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ const defaultSkipList = `Alpha|Kubectl|\[(Disruptive|Feature:[^\]]+|Flaky)\]`
var modeMap = map[string]Mode{
string(Conformance): Conformance,
string(Quick): Quick,
string(Extended): Extended,
// Removing until the extended tests are open sourced
// string(Extended): Extended,
}

// ModeConfig represents the sonobuoy configuration for a given mode.
Expand Down

0 comments on commit 08e7797

Please sign in to comment.