Skip to content

Commit 2611e92

Browse files
author
Paul Breaux
committed
Fixing up opt-in for clustering tests.
1 parent cee6fb4 commit 2611e92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/functional/cluster/test_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
skip_cluster_tests = True
29-
if getattr(symbols, 'run_cluster_tests') and symbols.run_cluster_tests is True:
29+
if hasattr(symbols, 'run_cluster_tests') and symbols.run_cluster_tests is True:
3030
skip_cluster_tests = False
3131

3232

0 commit comments

Comments
 (0)