зеркало из https://github.com/github/vitess-gh.git
test.go: Skip manual tests in the -shard mode. (#2035)
This commit is contained in:
Родитель
a75a7b6bcc
Коммит
6f10800c31
2
test.go
2
test.go
|
@ -754,7 +754,7 @@ func selectedTests(args []string, config *Config) []*Test {
|
|||
// This can be combined with positional args.
|
||||
var names []string
|
||||
for name, t := range config.Tests {
|
||||
if t.Shard == *shard && (*exclude == "" || !t.hasAnyTag(excluded_tests)) {
|
||||
if t.Shard == *shard && !t.Manual && (*exclude == "" || !t.hasAnyTag(excluded_tests)) {
|
||||
t.name = name
|
||||
names = append(names, name)
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче