Skip to content

Commit

Permalink
Disable TestUnlockReleaseNextSynchronously test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Mar 29, 2019
1 parent 20da19d commit ce9ce93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Uno.Core.Tests/Threading/AsyncLockFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ public class AsyncLockFixture

[TestMethod]
[Timeout(_timeout)]
public async Task TestUnlockReleaseNextSynchronously()
[Ignore] // https://github.com/nventive/Uno.Core/issues/48
public async Task TestUnlockReleaseNextSynchronously()
{
Console.WriteLine($"Running on thread {Thread.CurrentThread.ManagedThreadId}");

Expand Down

0 comments on commit ce9ce93

Please sign in to comment.