Skip to content

Commit 46dfa75

Browse files
committed
remove async test for ci
1 parent 3065186 commit 46dfa75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stopes/pipelines/tests/test_global_mining.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def encode_to_np(
129129
(False, True, True, "speech"),
130130
],
131131
)
132-
@pytest.mark.asyncio(scope="session")
132+
# @pytest.mark.asyncio(scope="session")
133133
def test_global_mining_pipeline(
134134
tmp_path: Path, split_langs: bool, use_meta: bool, fp16: bool, modality: str
135135
) -> None:

0 commit comments

Comments
 (0)