We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2423c5 commit e801590Copy full SHA for e801590
helper/resource/testing.go
@@ -871,11 +871,6 @@ func ParallelTest(t testing.T, c TestCase) {
871
// set to some non-empty value. This is to avoid test cases surprising
872
// a user by creating real resources.
873
//
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
-//
879
// Use the ParallelTest() function to automatically set (*testing.T).Parallel()
880
// to enable testing concurrency. Use the UnitTest() function to automatically
881
// set the TestCase type IsUnitTest field.
0 commit comments