mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 03:52:54 +08:00
Disable IPC test for now
This commit is contained in:
parent
7dadb7e21e
commit
c704c0349a
@ -42,13 +42,14 @@ namespace osu.Game.Tests.Beatmaps.IO
|
|||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
[NonParallelizable]
|
[NonParallelizable]
|
||||||
|
[Ignore("Binding IPC on Appveyor isn't working (port in use). Need to figure out why")]
|
||||||
public void TestImportOverIPC()
|
public void TestImportOverIPC()
|
||||||
{
|
{
|
||||||
using (HeadlessGameHost host = new HeadlessGameHost("host", true))
|
using (HeadlessGameHost host = new HeadlessGameHost("host", true))
|
||||||
using (HeadlessGameHost client = new HeadlessGameHost("client", true))
|
using (HeadlessGameHost client = new HeadlessGameHost("client", true))
|
||||||
{
|
{
|
||||||
Assert.IsTrue(host.IsPrimaryInstance);
|
Assert.IsTrue(host.IsPrimaryInstance);
|
||||||
Assert.IsTrue(!client.IsPrimaryInstance);
|
Assert.IsFalse(client.IsPrimaryInstance);
|
||||||
|
|
||||||
var osu = loadOsu(host);
|
var osu = loadOsu(host);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user