Skip to content

Commit e801590

Browse files
authored
Remove outdated comment (#497)
Cross-ref b7440b3
1 parent d2423c5 commit e801590

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

helper/resource/testing.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -871,11 +871,6 @@ func ParallelTest(t testing.T, c TestCase) {
871871
// set to some non-empty value. This is to avoid test cases surprising
872872
// a user by creating real resources.
873873
//
874-
// Tests will fail unless the verbose flag (`go test -v`, or explicitly
875-
// the "-test.v" flag) is set. Because some acceptance tests take quite
876-
// long, we require the verbose flag so users are able to see progress
877-
// output.
878-
//
879874
// Use the ParallelTest() function to automatically set (*testing.T).Parallel()
880875
// to enable testing concurrency. Use the UnitTest() function to automatically
881876
// set the TestCase type IsUnitTest field.

0 commit comments

Comments
 (0)