Skip to content

Commit 2ee4d2d

Browse files
authored
Merge pull request #1554 from keboola/ms/fix-unload-without-deduplication
Fix: Skip deduplication test only with disabled feature
2 parents 25eb180 + 8f6651c commit 2ee4d2d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/Backend/Snowflake/TypedTableInWorkspaceTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ public function testUnloadFromWSToTypedTable(): void
111111

112112
public function testUnloadFromWSToTypedTableWithoutDeduplication(): void
113113
{
114+
if (in_array('ctas-om', $this->_client->verifyToken()['owner']['features'], true)) {
115+
$this->markTestSkipped(
116+
'Feature "ctas-om" is enabled for project, skipping test.',
117+
);
118+
}
119+
114120
// create workspace and source table in workspace
115121
$workspace = $this->initTestWorkspace();
116122

0 commit comments

Comments
 (0)