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:
Fabian Homborg 2022-01-09 23:26:33 +01:00
parent 5ee389592c
commit 1eb58f9054

View file

@ -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},