зеркало из https://github.com/github/vitess-gh.git
Only enable JSON tests for 8.0/5.7
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
This commit is contained in:
Родитель
861e6c2906
Коммит
0833bfc358
|
@ -2439,9 +2439,9 @@ func shouldRunJSONTests(t *testing.T, name string) bool {
|
|||
}
|
||||
if skipTest {
|
||||
t.Logf("not running %s on %s", name, env.Flavor)
|
||||
return true
|
||||
return false
|
||||
}
|
||||
return false
|
||||
return true
|
||||
}
|
||||
|
||||
// TestPlayerJSONDocs validates more complex and 'large' json docs. It only validates that the data in the table
|
||||
|
|
Загрузка…
Ссылка в новой задаче