mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03: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:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user