Browse Source

Ignore test broken in AppVeyor CI.

pull/674/head
Daniel Grunwald 10 years ago
parent
commit
29b26e2232
  1. 1
      ILSpy.BamlDecompiler/Tests/TestRunner.cs

1
ILSpy.BamlDecompiler/Tests/TestRunner.cs

@ -38,6 +38,7 @@ namespace ILSpy.BamlDecompiler.Tests @@ -38,6 +38,7 @@ namespace ILSpy.BamlDecompiler.Tests
}
[Test]
[Ignore("Broken on AppVeyor CI (extra x:ConnectionId attribute)")]
public void SimpleNames()
{
RunTest("cases/simplenames");

Loading…
Cancel
Save