Undo adding skip to test

This commit is contained in:
boukeversteegh 2020-05-29 17:59:21 +02:00
parent f5ce1b7108
commit b813d1cedb

View File

@ -123,7 +123,6 @@ def test_service_can_be_instantiated(test_data: TestData) -> None:
plugin_module.TestStub(MockChannel())
@pytest.mark.skip
@pytest.mark.parametrize("test_data", test_cases.messages_with_json, indirect=True)
def test_binary_compatibility(repeat, test_data: TestData) -> None:
plugin_module, reference_module, json_data = test_data