1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 07:04:15 +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] [Test]
[NonParallelizable]
public void TestImportOverIPC() public void TestImportOverIPC()
{ {
using (HeadlessGameHost host = new HeadlessGameHost("host", true)) using (HeadlessGameHost host = new HeadlessGameHost("host", true))