Only enable JSON tests for 8.0/5.7

Signed-off-by: Rohit Nayak <rohit@planetscale.com>
This commit is contained in:
Rohit Nayak 2021-05-27 18:01:09 +02:00
Родитель 861e6c2906
Коммит 0833bfc358
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: BA0A4E9168156524
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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