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 bd1efec
Show file tree
Hide file tree
Showing 10 changed files with 20 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
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

0 comments on commit bd1efec

Please sign in to comment.