Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Nov 28, 2023
1 parent 3af7c1d commit eb1aca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
# these tests seem to fail on github's CI
run: >
sed -Ei
's/^(\s*)(async )?def test_(no_spawn_no_stdin_attached|save_named_query|parsing_notmuch_config_with_non_bool_synchronize_flag_fails)/\[email protected]("broken in ci")\n&/'
-e '1iimport unittest'
-e 's/^(\s*)(async )?def test_(no_spawn_no_stdin_attached|save_named_query|parsing_notmuch_config_with_non_bool_synchronize_flag_fails)/\[email protected]("broken in ci")\n&/'
tests/commands/test_global.py
tests/db/test_manager.py
tests/settings/test_manager.py
Expand Down

0 comments on commit eb1aca1

Please sign in to comment.