Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-06-25 13:24:19 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-06-25 13:25:18 +0300
commit0e7512f998541ed527dd3bc936cf509eca58d2fc (patch)
treed83470d3a431068c7a2d581ec560bed6fc73529f
parent2d4301a0d697ab0178044bbcd37afd6b59b43a6d (diff)
Reenable TaskCancelWait1() test
Fixed by 2d4301a0
-rw-r--r--src/System.Threading.Tasks/tests/Task/TaskCancelWaitTests.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Threading.Tasks/tests/Task/TaskCancelWaitTests.cs b/src/System.Threading.Tasks/tests/Task/TaskCancelWaitTests.cs
index f103178e31..d0848664b3 100644
--- a/src/System.Threading.Tasks/tests/Task/TaskCancelWaitTests.cs
+++ b/src/System.Threading.Tasks/tests/Task/TaskCancelWaitTests.cs
@@ -12,7 +12,6 @@ namespace System.Threading.Tasks.Tests.CancelWait
#region Test Methods
[Fact]
- [SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "https://github.com/mono/mono/issues/6920")]
public static void TaskCancelWait1()
{
TaskInfo node = new TaskInfo(null, "node", WorkloadType.Heavy, string.Empty, true);