Skip to content

Commit

Permalink
Enable fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-safar committed May 29, 2013
1 parent 02a3f41 commit 773aaf7
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -125,7 +125,6 @@ public void OnCompleted_1 ()
}

[Test]
[Category ("MobileNotWorking")] // #12446
public void OnCompleted_2 ()
{
TaskScheduler scheduler = null;
Expand All @@ -143,7 +142,6 @@ public void OnCompleted_2 ()
}

[Test]
[Category ("MobileNotWorking")] // #12446
public void OnCompleted_3 ()
{
var scheduler = new MyScheduler ();
Expand Down

0 comments on commit 773aaf7

Please sign in to comment.