Cygwin: try a horrible hack to fix integration test with unix sockets

This commit is contained in:
Alexey Sokolov
2025-04-21 15:47:21 +01:00
parent 2af8cef4c2
commit ce0a1584ba
5 changed files with 126 additions and 1 deletions
+2
View File
@@ -242,6 +242,8 @@ TEST_F(ZNCTest, KeepNickModule) {
}
TEST_F(ZNCTest, ModuleCSRFOverride) {
// TODO: Qt 6.8 introduced QNetworkRequest::FullLocalServerNameAttribute to
// let it connect to unix socket
int port = PickPortNumber();
auto znc = Run();
auto ircd = ConnectIRCd();