Skip to content

Commit cade678

Browse files
committed
fixup! Edit Pipeline Trigger
1 parent 49c5dc7 commit cade678

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pipelines/templates/run-unit-tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ stages:
137137
138138
# Function to run the test and capture output
139139
def run_test():
140-
cmd_gotest = 'go test -timeout 30m -mod=readonly -buildvcs=false -tags "unit" '
141-
cmd_gotest += f"--skip 'TestE2E*' -covermode atomic -coverprofile={coverage_out} ./npm/... ./cni/... ./platform/..."
140+
cmd_gotest = "go test -timeout 30m -covermode atomic -coverprofile={coverage_out} ./npm/... ./cni/... ./platform/..."
142141
cmd_junitreport = f'{junit_report_bin} -set-exit-code -in {report_dir}/test.log -out {junit_xml} -iocopy'
143142
cmd_gocover = f'go tool cover -func={coverage_out}'
144143

0 commit comments

Comments
 (0)