kaxil commented on code in PR #48244:
URL: https://github.com/apache/airflow/pull/48244#discussion_r2017553496


##########
providers/databricks/tests/unit/databricks/sensors/test_databricks_partition.py:
##########
@@ -91,11 +91,6 @@ def test_poke(self, mock_poke, sensor_poke_result, 
expected_poke_result):
         mock_poke.return_value = sensor_poke_result
         assert self.partition_sensor.poke({}) == expected_poke_result
 
-    @pytest.mark.db_test

Review Comment:
   Useless test



##########
providers/databricks/tests/unit/databricks/sensors/test_databricks_sql.py:
##########
@@ -77,11 +77,6 @@ def test_poke(self, mock_poke, sensor_poke_result, 
expected_poke_result):
         mock_poke.return_value = sensor_poke_result
         assert self.sensor.poke({}) == expected_poke_result
 
-    @pytest.mark.db_test

Review Comment:
   Useless test



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to