From 3a799d784d8296f69ef4ee77d06bd5d92e964f79 Mon Sep 17 00:00:00 2001 From: David Sisson Date: Sat, 15 Jun 2024 00:06:32 -0700 Subject: [PATCH] remove interesting --- src/gateway/tests/test_dataframe_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gateway/tests/test_dataframe_api.py b/src/gateway/tests/test_dataframe_api.py index f72f32d..237507d 100644 --- a/src/gateway/tests/test_dataframe_api.py +++ b/src/gateway/tests/test_dataframe_api.py @@ -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'),