We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b3134 commit 7ea7cbfCopy full SHA for 7ea7cbf
e2e/vmss.go
@@ -603,10 +603,10 @@ hnsdiag list endpoints >> network_config.txt
603
// extractLogsFromVMWindows runs a script on windows VM to collect logs and upload them to a blob storage
604
// it then lists the blobs in the container and prints the content of each blob
605
func extractLogsFromVMWindows(ctx context.Context, s *Scenario) {
606
- if !s.T.Failed() {
607
- s.T.Logf("skipping logs extraction from windows VM, as the test didn't fail")
608
- return
609
- }
+ //if !s.T.Failed() {
+ // s.T.Logf("skipping logs extraction from windows VM, as the test didn't fail")
+ // return
+ //}
610
611
ctx, cancel := context.WithTimeout(ctx, 4*time.Minute)
612
defer cancel()
0 commit comments