We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 235db3f + e2ed4e0 commit fd1893eCopy full SHA for fd1893e
1 file changed
tests/Backend/Workspaces/WorkspacesCredentialsTest.php
@@ -129,6 +129,8 @@ public function testConnectByCredentials(): void
129
130
public function testCredentialsWithROAccess(): void
131
{
132
+ $this->skipTestForBackend(['bigquery'], 'BigQuery is WIP');
133
+
134
$this->expectNotToPerformAssertions();
135
$workspace = $this->initTestWorkspace(
136
options: ['backend' => 'snowflake', 'readOnlyStorageAccess' => true],
@@ -158,6 +160,8 @@ public function testCredentialsWithROAccess(): void
158
160
159
161
public function testCredentialsWithoutROAccess(): void
162
163
164
165
166
options: ['backend' => 'snowflake', 'readOnlyStorageAccess' => false],
167
forceRecreate: true,
0 commit comments