Skip to content

Commit

Permalink
mark slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-hashicorp committed Feb 15, 2024
1 parent 7374665 commit 7d4d81f
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/providersdkv2/resource_aws_network_peering_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

//go:build slow_tests

package providersdkv2

import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

//go:build slow_tests

package providersdkv2

import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

//go:build slow_tests

package providersdkv2

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/providersdkv2/resource_boundary_cluster_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

//go:build slow_tests

package providersdkv2

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/providersdkv2/resource_consul_cluster_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

//go:build slow_tests

package providersdkv2

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/providersdkv2/resource_consul_snapshot_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

//go:build slow_tests

package providersdkv2

import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

//go:build slow_tests

package providersdkv2

import (
Expand Down
4 changes: 4 additions & 0 deletions internal/providersdkv2/resource_hvn_route_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package providersdkv2
import (
"context"
"fmt"
"os"
"regexp"
"testing"

Expand Down Expand Up @@ -80,6 +81,9 @@ var (

// Azure config
func testAccHvnRouteConfigAzure(azConfig, optConfig string) string {
subscriptionID := os.Getenv("ARM_SUBSCRIPTION_ID")
tenantID := os.Getenv("ARM_TENANT_ID")

return fmt.Sprintf(`
provider "azurerm" {
features {}
Expand Down
2 changes: 2 additions & 0 deletions internal/providersdkv2/resource_vault_cluster_const_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

//go:build slow_tests

package providersdkv2

import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

//go:build slow_tests

package providersdkv2

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/providersdkv2/resource_vault_cluster_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

//go:build slow_tests

package providersdkv2

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/providersdkv2/resource_vault_plugin_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

//go:build slow_tests

package providersdkv2

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/providersdkv2/test_helpers_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

// nolint

package providersdkv2

import (
Expand Down

0 comments on commit 7d4d81f

Please sign in to comment.