mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Tests: Merge "notifiers" and "universal" groups
The sole notifiers test recreated the uvar directory, so if it was called while the universal test was running it would stop it from completing correctly. This happened reasonably often on Ubuntu with tsan on Github Actions.
This commit is contained in:
parent
5ee389592c
commit
1eb58f9054
1 changed files with 1 additions and 1 deletions
|
@ -6813,7 +6813,7 @@ static const test_t s_tests[]{
|
|||
{TEST_GROUP("universal"), test_universal_callbacks},
|
||||
{TEST_GROUP("universal"), test_universal_formats},
|
||||
{TEST_GROUP("universal"), test_universal_ok_to_save},
|
||||
{TEST_GROUP("notifiers"), test_universal_notifiers},
|
||||
{TEST_GROUP("universal"), test_universal_notifiers},
|
||||
{TEST_GROUP("wait_handles"), test_wait_handles},
|
||||
{TEST_GROUP("completion_insertions"), test_completion_insertions},
|
||||
{TEST_GROUP("autosuggestion_ignores"), test_autosuggestion_ignores},
|
||||
|
|
Loading…
Reference in a new issue