Skip to content

Commit 3804135

Browse files
committed
Skip GetFeatures in Java Driver, behaving strange
1 parent 8131796 commit 3804135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def __call__(self, *args, **kwargs):
7070
@MemoizedSupplier
7171
def get_driver_features(backend):
7272
# TODO Remove when dotnet implements the GetFeature message
73-
if get_driver_name() in ['dotnet']:
73+
if get_driver_name() in ['dotnet', 'java']:
7474
warnings.warn("Driver does not implements GetFeatures.")
7575
features = ()
7676
return features

0 commit comments

Comments
 (0)