mirror of
https://github.com/znc/znc.git
synced 2026-05-02 03:22:33 +02:00
Try fix flaky ZNCTest.AwayNotify
This commit is contained in:
@@ -264,6 +264,9 @@ TEST_F(ZNCTest, AwayNotify) {
|
||||
client.ReadUntil(":x!y@z AWAY :reason");
|
||||
ircd.Close();
|
||||
client.ReadUntil("DEL :away-notify");
|
||||
// This test often fails on macos due to ZNC process not finishing.
|
||||
// No idea why. Let's try to shutdown it more explicitly...
|
||||
client.Write("znc shutdown");
|
||||
}
|
||||
|
||||
TEST_F(ZNCTest, JoinKey) {
|
||||
|
||||
Reference in New Issue
Block a user