Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions acceptance/cmd/psql/out.test.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Local = true
Cloud = false

[GOOS]
windows = false

[EnvMatrix]
DATABRICKS_CLI_DEPLOYMENT = ["terraform", "direct-exp"]
7 changes: 7 additions & 0 deletions acceptance/cmd/psql/test.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# This acceptance test is disabled on Windows runners because
# the current argument capturing method does not work on windows-latest GitHub Runner.
#
# See PR #3228 for documented attempts to fix this issue:
# https://github.com/databricks/cli/pull/3228
GOOS.windows = false

[[Server]]
Pattern = "GET /api/2.0/database/instances/my-database"
Response.Body = '''
Expand Down
Loading