Skip to content

Commit f8db4c0

Browse files
authored
tests(agent_pool): add skip reason for integration test (#1102)
1 parent d0ad93f commit f8db4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent_pool_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ func TestAgentPoolsUpdate(t *testing.T) {
272272

273273
t.Run("when updating only the name", func(t *testing.T) {
274274
// TODO: Fix failing assertion on AllowedWorkspaces and un-skip
275-
t.Skip()
275+
t.Skip("Skipping test until we know why the API is no longer returning AllowedWorkspaces on update")
276276

277277
workspaceTest, workspaceTestCleanup := createWorkspace(t, client, orgTest)
278278
defer workspaceTestCleanup()

0 commit comments

Comments
 (0)