From 09cf2b38b2d8fe427366eecab4a5a29aa8e970e0 Mon Sep 17 00:00:00 2001 From: Baraa Basata Date: Sat, 3 May 2025 07:08:48 -0400 Subject: [PATCH] Remove outdated comment Cross-ref b7440b30c2692d381fb938593cc9806ebbc58b8b --- helper/resource/testing.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/helper/resource/testing.go b/helper/resource/testing.go index 0cfba499..7e2cefce 100644 --- a/helper/resource/testing.go +++ b/helper/resource/testing.go @@ -871,11 +871,6 @@ func ParallelTest(t testing.T, c TestCase) { // set to some non-empty value. This is to avoid test cases surprising // a user by creating real resources. // -// Tests will fail unless the verbose flag (`go test -v`, or explicitly -// the "-test.v" flag) is set. Because some acceptance tests take quite -// long, we require the verbose flag so users are able to see progress -// output. -// // Use the ParallelTest() function to automatically set (*testing.T).Parallel() // to enable testing concurrency. Use the UnitTest() function to automatically // set the TestCase type IsUnitTest field.