Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions configuration_version_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ func TestConfigurationVersionsRead(t *testing.T) {
}

func TestConfigurationVersionsReadWithOptions(t *testing.T) {
t.Skip("Skipping due to persistent failures - see TF-31172")

client := testClient(t)
ctx := context.Background()

Expand Down
1 change: 1 addition & 0 deletions oauth_client_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ func TestOAuthClientsUpdate(t *testing.T) {
})

t.Run("updates agent pool", func(t *testing.T) {
t.Skip("Skipping due to persistent failures - see TF-31172")
testAgentPool1, agentPoolCleanup := createAgentPool(t, client, orgTest)
defer agentPoolCleanup()
testAgentPool2, agentPoolCleanup2 := createAgentPool(t, client, orgTest)
Expand Down
2 changes: 2 additions & 0 deletions workspace_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,8 @@ func TestWorkspacesReadWithHistory_RunDependent(t *testing.T) {
// starts with the string: This is a simple test
// Otherwise the test will not pass
func TestWorkspacesReadReadme_RunDependent(t *testing.T) {
t.Skip("Skipping due to persistent failures - see TF-31172")

client := testClient(t)
ctx := context.Background()

Expand Down
Loading