Skip to content

Commit

Permalink
Merge pull request #449 from chuckha/remove-extended
Browse files Browse the repository at this point in the history
Remove Exteneded as a valid mode
  • Loading branch information
timothysc authored Jun 26, 2018
2 parents 5deeaf0 + 08e7797 commit f93d497
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 f93d497

Please sign in to comment.