Undo adding skip to test
This commit is contained in:
parent
f5ce1b7108
commit
b813d1cedb
@ -123,7 +123,6 @@ def test_service_can_be_instantiated(test_data: TestData) -> None:
|
|||||||
plugin_module.TestStub(MockChannel())
|
plugin_module.TestStub(MockChannel())
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip
|
|
||||||
@pytest.mark.parametrize("test_data", test_cases.messages_with_json, indirect=True)
|
@pytest.mark.parametrize("test_data", test_cases.messages_with_json, indirect=True)
|
||||||
def test_binary_compatibility(repeat, test_data: TestData) -> None:
|
def test_binary_compatibility(repeat, test_data: TestData) -> None:
|
||||||
plugin_module, reference_module, json_data = test_data
|
plugin_module, reference_module, json_data = test_data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user