test.py: test_maintenance_socket: remove pytest.xfail
Issue https://github.com/scylladb/python-driver/issues/278 was fixed in https://github.com/scylladb/python-driver/pull/279. Closes scylladb/scylladb#16873
This commit is contained in:
committed by
Kamil Braun
parent
b50d9bb802
commit
c589793a9e
@@ -12,7 +12,6 @@ from test.pylib.manager_client import ManagerClient
|
||||
|
||||
import pytest
|
||||
|
||||
@pytest.mark.xfail(reason="regression in python driver (https://github.com/scylladb/python-driver/issues/278)")
|
||||
@pytest.mark.asyncio
|
||||
async def test_maintenance_socket(manager: ManagerClient):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user