Re-activate test Transactions test. (dotnet/corefx#38554)
authorStephen Bonikowsky <stebon@microsoft.com>
Mon, 17 Jun 2019 07:59:53 +0000 (00:59 -0700)
committerViktor Hofer <viktor.hofer@microsoft.com>
Mon, 17 Jun 2019 07:59:53 +0000 (09:59 +0200)
* This test was disabled a long time ago with failures only occuring in CI.
* Re-enabling to see if the issue still exists.
* System.Transactions.Tests.AsyncTransactionScopeTests.AsyncTSTest

Commit migrated from https://github.com/dotnet/corefx/commit/7acfe7156497d667fc39bc1cdb5a7e95d12f5dca

src/libraries/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs

index 5f46dd3..bb36cef 100644 (file)
@@ -96,7 +96,6 @@ namespace System.Transactions.Tests
         [InlineData(52)]
         [InlineData(53)]
         [InlineData(54)]
-        [ActiveIssue(31913, TargetFrameworkMonikers.Uap)]
         public void AsyncTSTest(int variation)
         {
             RemoteExecutor.Invoke(variationString =>