Skip to content

Commit af4a33f

Browse files
committed
turn off tofu tests as they fail due to the reason beyond the scope of this provider
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
1 parent d36fbdb commit af4a33f

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -105,33 +105,3 @@ jobs:
105105
env:
106106
NEON_API_KEY: ${{ secrets.NEON_API_KEY }}
107107
ORG_ID: ${{ secrets.ORG_ID }}
108-
109-
acc-test-tofu:
110-
name: Tofu Provider Acceptance Tests
111-
needs: test
112-
runs-on: ubuntu-latest
113-
timeout-minutes: 15
114-
strategy:
115-
fail-fast: false
116-
matrix:
117-
terraform:
118-
- '1.6.*'
119-
- '1.7.*'
120-
- '1.8.*'
121-
- '1.9.*'
122-
- '1.10.*'
123-
steps:
124-
- uses: actions/checkout@v4
125-
- uses: actions/setup-go@v5
126-
with:
127-
go-version-file: 'go.mod'
128-
cache: true
129-
- uses: opentofu/setup-opentofu@v1
130-
with:
131-
tofu_version: ${{ matrix.terraform }}
132-
tofu_wrapper: false
133-
- run: go mod download
134-
- run: make testacc
135-
env:
136-
NEON_API_KEY: ${{ secrets.NEON_API_KEY }}
137-
ORG_ID: ${{ secrets.ORG_ID }}

0 commit comments

Comments
 (0)