Skip to content

Commit

Permalink
remove interesting
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Jun 15, 2024
1 parent a5c2ae1 commit 3a799d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gateway/tests/test_dataframe_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,6 @@ def test_dropduplicates(self, spark_session):

assertDataFrameEqual(outcome, expected)

@pytest.mark.interesting
def test_colregex(self, spark_session, caplog):
expected = [
Row(a1=1, col2='a'),
Expand Down

0 comments on commit 3a799d7

Please sign in to comment.