para: Skip para test when not on CI

Fixes #6963
This commit is contained in:
Bjørn Erik Pedersen
2020-12-23 19:47:20 +01:00
parent f802bb236a
commit a9718f44cd
9 changed files with 21 additions and 13 deletions

View File

@@ -826,7 +826,7 @@ Hello2: Bonjour
}
func TestResourceChainPostCSS(t *testing.T) {
if !isCI() {
if !htesting.IsCI() {
t.Skip("skip (relative) long running modules test when running locally")
}