Thanks to visit codestin.com Credit goes to github.com
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 9753283 commit 3f3559bCopy full SHA for 3f3559b
agent/agent_test.go
@@ -1998,7 +1998,8 @@ func TestAgent_ReconnectingPTYContainer(t *testing.T) {
1998
// You can run it manually as follows:
1999
//
2000
// CODER_TEST_USE_DOCKER=1 go test -count=1 ./agent -run TestAgent_DevcontainerAutostart
2001
-// nolint: paralleltest // This test sets an environment variable.
+//
2002
+//nolint:paralleltest // This test sets an environment variable.
2003
func TestAgent_DevcontainerAutostart(t *testing.T) {
2004
if os.Getenv("CODER_TEST_USE_DOCKER") != "1" {
2005
t.Skip("Set CODER_TEST_USE_DOCKER=1 to run this test")
0 commit comments