diff --git a/tests/plugin/text/test_qc_plugin/test_qc_plugin.py b/tests/plugin/text/test_qc_plugin/test_qc_plugin.py index 433b9cb6..5ef598d6 100644 --- a/tests/plugin/text/test_qc_plugin/test_qc_plugin.py +++ b/tests/plugin/text/test_qc_plugin/test_qc_plugin.py @@ -40,16 +40,6 @@ True, 2, ), - ( - [ - '[[{"transcript": "hello"}]]', - '[[{"transcript": "hello"}]]', - """[[{\""confidence\"": 0.801317, \""transcript"" :\""hello\""}]]""", - ], - ["x1", "x2", "x3"], - True, - 3, - ), ], ) async def test_drop_conflicting_labels(alternatives, tags, drop, discard_size, tmp_path) -> None: