From 1c46d3bcb572fe322fccdbc1213f3a66972297c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiktor=20Niesiob=C4=99dzki?= Date: Tue, 29 Jul 2025 15:00:06 +0000 Subject: [PATCH] Disable E2E for dataproc on GKE --- modules/dataproc/README.md | 2 +- tests/fixtures/gke-cluster-standard.tf | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/dataproc/README.md b/modules/dataproc/README.md index 15bc157b6..17d124c05 100644 --- a/modules/dataproc/README.md +++ b/modules/dataproc/README.md @@ -242,7 +242,7 @@ module "processing-dp-cluster" { } } } -# tftest modules=5 resources=9 fixtures=fixtures/gke-cluster-standard.tf e2e +# tftest modules=5 resources=9 fixtures=fixtures/gke-cluster-standard.tf ``` ## IAM diff --git a/tests/fixtures/gke-cluster-standard.tf b/tests/fixtures/gke-cluster-standard.tf index 9de8a05a8..3b0425ca5 100644 --- a/tests/fixtures/gke-cluster-standard.tf +++ b/tests/fixtures/gke-cluster-standard.tf @@ -41,7 +41,8 @@ module "gke-cluster-standard" { kubelet_readonly_port_enabled = false } node_pool_auto_config = { - network_tags = ["foo"] # to avoid perma-diff + network_tags = ["foo"] # to avoid perma-diff + kubelet_readonly_port_enabled = false } }