Skip to content

Commit 7851422

Browse files
Revert "Skip policy conformance tests when run outside Bazel"
This reverts commit aadbbf9.
1 parent aadbbf9 commit 7851422

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

conformance/policy/policy_conformance_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ package policy_conformance_test
1717
import (
1818
"flag"
1919
"fmt"
20+
"log"
2021
"os"
2122
"path/filepath"
2223
"strings"
@@ -174,7 +175,7 @@ func k8sParserOpts() policy.ParserOption {
174175
func TestConformance(t *testing.T) {
175176
absTestdataDir, err := rlocation(testdataDir)
176177
if err != nil {
177-
t.Skipf("rlocation(%q) failed: %v", testdataDir, err)
178+
log.Fatalf("rlocation(%q) failed: %v", testdataDir, err)
178179
}
179180

180181
testDirs := ([]string)(tests)

0 commit comments

Comments
 (0)