Skip to content

Commit 5bf026c

Browse files
author
Ilan
committed
Revert "Test verbose"
This reverts commit a5582e3.
1 parent a5582e3 commit 5bf026c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ k8s_test_e2e:
123123
go test ./k8s/e2e/local-runner -count 1 -test.parallel=12 -v $(args)
124124

125125
k8s_test_e2e_ci: go_mod
126-
CHAINLINK_USER_TEAM=TT go test ./k8s/e2e/local-runner -v -count 1 -test.parallel=14 -test.timeout=1h -json 2>&1 | tee /tmp/gotest.log | gotestloghelper -ci -singlepackage
126+
CHAINLINK_USER_TEAM=TT go test ./k8s/e2e/local-runner -count 1 -test.parallel=14 -test.timeout=1h -json 2>&1 | tee /tmp/gotest.log | gotestloghelper -ci -singlepackage
127127

128128
k8s_test_e2e_ci_remote_runner: go_mod
129129
CHAINLINK_USER_TEAM=TT go test ./k8s/e2e/remote-runner -count 1 -test.parallel=20 -test.timeout=1h -json 2>&1 | tee /tmp/remoterunnergotest.log | gotestloghelper -ci -singlepackage

0 commit comments

Comments
 (0)