Skip to content

Commit

Permalink
Also skip dwtest/test_DataModeler.praat, as it seems to be hanging on…
Browse files Browse the repository at this point in the history
… Windows
  • Loading branch information
YannickJadoul committed Aug 13, 2024
1 parent 2507fd3 commit de44e74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ jobs:
- name: Run tests
run: |
exit 1
cmake --build build --target tests
- name: Setup tmate session
Expand Down
3 changes: 2 additions & 1 deletion tests/test_praat_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ def find_praat_dwtest_files():
continue
rel_fn = os.path.relpath(fn, PRAAT_DWTEST_BASE_DIR)
marks = []
if rel_fn in ["test_SpeechSynthesizer.praat",
if rel_fn in ["test_DataModeler.praat",
"test_SpeechSynthesizer.praat",
"test_SpeechSynthesizer_alignment.praat",
"test_alignment.praat",
"test_bss_twoSoundsMixed.praat"]:
Expand Down

0 comments on commit de44e74

Please sign in to comment.