Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Skip instance identity test
  • Loading branch information
kylecarbs committed Feb 26, 2022
commit 29b574033bed821ccec2c07d4fa12662dbc10ce7
2 changes: 2 additions & 0 deletions coderd/workspaceagent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ import (
)

func TestPostWorkspaceAgentAuthenticateGoogleInstanceIdentity(t *testing.T) {
t.Skip("Will be fixed once the Terraform Provider is implemented!")

t.Parallel()
t.Run("Expired", func(t *testing.T) {
t.Parallel()
Expand Down