Skip to content

Commit

Permalink
removed test mark
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Jun 15, 2024
1 parent 5ba3d93 commit ec1a73c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gateway/tests/test_dataframe_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,7 @@ def test_isempty(self, users_dataframe, spark_session, caplog):
empty = spark_session.createDataFrame([], users_dataframe.schema)
assert empty.isEmpty()

@pytest.mark.interesting
def test_select_expr(self, users_dataframe, source, caplog):
def test_select_expr(self, users_dataframe, source, caplog):
expected = [
Row(user_id='849118289', b=True),
]
Expand Down

0 comments on commit ec1a73c

Please sign in to comment.