Skip to content

Commit

Permalink
Marked failing dataproc GDC tests for skipping (#12542) (#8891)
Browse files Browse the repository at this point in the history
[upstream:0e2101b1e1865afc928ea557785f6bdd0ad77968]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Dec 11, 2024
1 parent 4e75155 commit ff6b65b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/12542.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import (
)

func TestAccDataprocGdcApplicationEnvironment_dataprocgdcApplicationenvironmentBasicExample(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20419")
t.Parallel()

context := map[string]interface{}{
Expand Down Expand Up @@ -69,6 +70,7 @@ resource "google_dataproc_gdc_application_environment" "application-environment"
}

func TestAccDataprocGdcApplicationEnvironment_dataprocgdcApplicationenvironmentExample(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20419")
t.Parallel()

context := map[string]interface{}{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import (
)

func TestAccDataprocGdcSparkApplication_dataprocgdcSparkapplicationBasicExample(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20418")
t.Parallel()

context := map[string]interface{}{
Expand Down Expand Up @@ -74,6 +75,7 @@ resource "google_dataproc_gdc_spark_application" "spark-application" {
}

func TestAccDataprocGdcSparkApplication_dataprocgdcSparkapplicationExample(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20418")
t.Parallel()

context := map[string]interface{}{
Expand Down Expand Up @@ -137,6 +139,7 @@ resource "google_dataproc_gdc_spark_application" "spark-application" {
}

func TestAccDataprocGdcSparkApplication_dataprocgdcSparkapplicationPysparkExample(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20418")
t.Parallel()

context := map[string]interface{}{
Expand Down Expand Up @@ -185,6 +188,7 @@ resource "google_dataproc_gdc_spark_application" "spark-application" {
}

func TestAccDataprocGdcSparkApplication_dataprocgdcSparkapplicationSparkrExample(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20418")
t.Parallel()

context := map[string]interface{}{
Expand Down Expand Up @@ -230,6 +234,7 @@ resource "google_dataproc_gdc_spark_application" "spark-application" {
}

func TestAccDataprocGdcSparkApplication_dataprocgdcSparkapplicationSparksqlExample(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20418")
t.Parallel()

context := map[string]interface{}{
Expand Down Expand Up @@ -278,6 +283,7 @@ resource "google_dataproc_gdc_spark_application" "spark-application" {
}

func TestAccDataprocGdcSparkApplication_dataprocgdcSparkapplicationSparksqlQueryFileExample(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20418")
t.Parallel()

context := map[string]interface{}{
Expand Down

0 comments on commit ff6b65b

Please sign in to comment.