Skip to content

Commit

Permalink
[AIRFLOW-6370] Skip Cassandra tests if cluster is not up (#6926)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2ee349d)
  • Loading branch information
turbaszek authored and kaxil committed Jan 22, 2020
1 parent 4d8278a commit f3fd86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/contrib/hooks/test_cassandra_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def cassandra_is_not_up():


@unittest.skipIf(cassandra_is_not_up(), "Cassandra is not up.")
class CassandraHookTest(unittest.TestCase):
class TestCassandraHook(unittest.TestCase):
def setUp(self):
db.merge_conn(
Connection(
Expand Down

0 comments on commit f3fd86f

Please sign in to comment.