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:
Mikołaj Grzebieluch
2024-01-19 12:48:55 +01:00
committed by Kamil Braun
parent b50d9bb802
commit c589793a9e

View File

@@ -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):
"""