Skip to content

Commit

Permalink
test: skip this ACC test until we have a way to run correctly with ku…
Browse files Browse the repository at this point in the history
…benetes_config
  • Loading branch information
anvial authored and hmlanigan committed Oct 8, 2024
1 parent 90cc072 commit fd816d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/provider/resource_kubernetes_cloud_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ import (
)

func TestAcc_ResourceKubernetesCloud(t *testing.T) {
// TODO: Skip this ACC test until we have a way to run correctly with kubernetes_config
// attribute set to a correct k8s config in github action environment
t.Skip(t.Name() + " is skipped until we have a way to run correctly with kubernetes_config attribute set to a correct k8s config in github action environment")

if testingCloud != LXDCloudTesting {
t.Skip(t.Name() + " only runs with LXD")
}
Expand Down

0 comments on commit fd816d3

Please sign in to comment.