Skip to content

Commit fd1893e

Browse files
authored
Merge pull request #1557 from keboola/jirka/fix-bq-on-ws-ro-tests
Skip BQ
2 parents 235db3f + e2ed4e0 commit fd1893e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/Backend/Workspaces/WorkspacesCredentialsTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ public function testConnectByCredentials(): void
129129

130130
public function testCredentialsWithROAccess(): void
131131
{
132+
$this->skipTestForBackend(['bigquery'], 'BigQuery is WIP');
133+
132134
$this->expectNotToPerformAssertions();
133135
$workspace = $this->initTestWorkspace(
134136
options: ['backend' => 'snowflake', 'readOnlyStorageAccess' => true],
@@ -158,6 +160,8 @@ public function testCredentialsWithROAccess(): void
158160

159161
public function testCredentialsWithoutROAccess(): void
160162
{
163+
$this->skipTestForBackend(['bigquery'], 'BigQuery is WIP');
164+
161165
$workspace = $this->initTestWorkspace(
162166
options: ['backend' => 'snowflake', 'readOnlyStorageAccess' => false],
163167
forceRecreate: true,

0 commit comments

Comments
 (0)