1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:57:36 +08:00

Mark IPC non-parallelizable

This commit is contained in:
Dean Herbert 2017-10-24 06:13:39 +09:00
parent 22b3f5dd19
commit 7dadb7e21e

View File

@ -41,6 +41,7 @@ namespace osu.Game.Tests.Beatmaps.IO
}
[Test]
[NonParallelizable]
public void TestImportOverIPC()
{
using (HeadlessGameHost host = new HeadlessGameHost("host", true))