Skip to content

Commit

Permalink
chore: Remove test skip
Browse files Browse the repository at this point in the history
Signed-off-by: Hai Nguyen <[email protected]>
  • Loading branch information
sudohainguyen committed Feb 23, 2024
1 parent f2a1639 commit da59914
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
@pytest.mark.integration
@pytest.mark.universal_offline_stores
@pytest.mark.parametrize("pass_as_path", [True, False], ids=lambda v: str(v))
@pytest.mark.skipif(
pd.__version__ < "2.2.0" and pd.__version__ >= "2.0.0",
reason="Skip test due to pandas issue 55730 for pandas version 2.0.0 - 2.1.0",
# https://github.com/pandas-dev/pandas/issues/55730
)
def test_feature_service_logging(environment, universal_data_sources, pass_as_path):
store = environment.feature_store

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -518,11 +518,6 @@ def test_historical_features_with_no_ttl(

@pytest.mark.integration
@pytest.mark.universal_offline_stores
@pytest.mark.skipif(
pd.__version__ < "2.2.0" and pd.__version__ >= "2.0.0",
reason="Skip test due to pandas issue 55730 for pandas version 2.0.0 - 2.1.0",
# https://github.com/pandas-dev/pandas/issues/55730
)
def test_historical_features_from_bigquery_sources_containing_backfills(environment):
store = environment.feature_store

Expand Down

0 comments on commit da59914

Please sign in to comment.