From 6a7afd7eb3c55ed4b7a93fdb621ca690d5063304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20S=C5=82onka?= Date: Tue, 27 Jul 2021 10:26:01 +0200 Subject: [PATCH] Update 360021624194-Test-summary-troubleshooting_en-us.html Add gotcha about golang test results not showing up unless `-v` argument is used. --- .../html/360021624194-Test-summary-troubleshooting_en-us.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/articles/html/360021624194-Test-summary-troubleshooting_en-us.html b/data/articles/html/360021624194-Test-summary-troubleshooting_en-us.html index de5be94713..f026ee89ee 100644 --- a/data/articles/html/360021624194-Test-summary-troubleshooting_en-us.html +++ b/data/articles/html/360021624194-Test-summary-troubleshooting_en-us.html @@ -10,5 +10,7 @@

Subfolders cannot be hidden folders

 

Test files cannot be larger than 15MB

Test files larger than 15MB will fail to upload, though it will not show this failure in the UI. It fails silently in the background. 

+

Golang

+

Make sure that your test command contains `-v` argument (e.g. `go test -v ./...`) otherwise no test results will be shown. 

+

 

 

-

 

\ No newline at end of file