From go help test:
The go tool will ignore a directory named "testdata", making it available
to hold ancillary data needed by the tests.
Currently, vscode-go test provider collects tests from files under 'testdata' directories.
They need to be skipped.
From
go help test:Currently, vscode-go test provider collects tests from files under 'testdata' directories.
They need to be skipped.