Skip to content

Commit b53f9d5

Browse files
committed
add E2E test list before go test run
1 parent c9f6044 commit b53f9d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/integration/integrate_test.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
# of patent rights can be found in the PATENTS file in the same directory.
55

66
go mod tidy
7-
go test -run=TestPikaWithCache -timeout 30m
8-
go test -run=TestPikaWithoutCache -timeout 30m
7+
ginkgo --dry-run -v |grep -E -v "\[[0-9]+\.[0-9]+ seconds]"
8+
go test -run=TestPikaWithCache -timeout 60m
9+
go test -run=TestPikaWithoutCache -timeout 60m

0 commit comments

Comments
 (0)