Skip to content

Commit

Permalink
test(FIR-35179): re-enable some of the fixed tests (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin authored Sep 10, 2024
1 parent 5beda41 commit e3c5450
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .changes/unreleased/Changed-20240909-160913.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Changed
body: Enabled tests that were disabled due to the feature gaps
time: 2024-09-09T16:09:13.607541+01:00
1 change: 0 additions & 1 deletion tests/functional/adapter/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ class TestSnapshotTimestampFirebolt(BaseSnapshotTimestamp):
pass


@mark.skip('Firebolt has a bug in LEFT JOIN. FIR-11078')
class TestBaseAdapterMethod(BaseAdapterMethod):
pass

Expand Down
1 change: 0 additions & 1 deletion tests/functional/adapter/utils/test_data_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def models(self):
}


@pytest.mark.skip('True boolean is feature-flagged')
class TestTypeBoolean(BaseTypeBoolean):
@pytest.fixture(scope='class')
def models(self):
Expand Down
6 changes: 3 additions & 3 deletions tests/functional/adapter/utils/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,12 @@ def models(self):
}


@mark.skip('Escaping with backslash is not supported in Firebolt')
@mark.skip('Escaping with backslash is not supported by default in Firebolt')
class TestEscapeSingleQuotes(BaseEscapeSingleQuotesBackslash):
pass


@mark.skip('Except is not supported yet')
@mark.skip('Except is not supported yet. FIR-16223')
class TestExcept(BaseExcept):
pass

Expand Down Expand Up @@ -313,7 +313,7 @@ def models(self):
}


@mark.skip('Intersect is not supported yet')
@mark.skip('Intersect is not supported yet. FIR-16223')
class TestIntersect(BaseIntersect):
pass

Expand Down

0 comments on commit e3c5450

Please sign in to comment.