mirror of https://github.com/ppy/osu
Re-enable IPC import test
This commit is contained in:
parent
ffdaf23329
commit
78e7755df1
|
@ -582,7 +582,6 @@ public async Task TestImportWithDuplicateBeatmapIDs()
|
||||||
|
|
||||||
[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 CleanRunHeadlessGameHost($"{nameof(ImportBeatmapTest)}-host", true))
|
using (HeadlessGameHost host = new CleanRunHeadlessGameHost($"{nameof(ImportBeatmapTest)}-host", true))
|
||||||
|
|
Loading…
Reference in New Issue