Skip to content

Commit 7bcc044

Browse files
authored
[Internal] Disable TestAccTableACL test since users would soon be able to disable public DBFS root (#4729)
NO_CHANGELOG=true ## Changes <!-- Summary of your changes that are easy to understand --> Title. Keeping test around for documentation purpose. ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> N/A - [ ] `make test` run locally - [ ] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] using Go SDK - [ ] using TF Plugin Framework
1 parent 312dc7b commit 7bcc044

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/sql_permissions_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import (
1313
)
1414

1515
func TestAccTableACL(t *testing.T) {
16+
t.Skip("Skipping this test since users will be able to disable public DBFS root which is required for this test")
1617
acceptance.LoadWorkspaceEnv(t)
1718
tableName := qa.RandomName("table_acl_")
1819
clusterId := acceptance.GetEnvOrSkipTest(t, "TEST_TABLE_ACL_CLUSTER_ID")

0 commit comments

Comments
 (0)