From 99bacf438ff83c6544e21a0316d26da285340119 Mon Sep 17 00:00:00 2001 From: Stephen Bonikowsky Date: Mon, 17 Jun 2019 00:59:53 -0700 Subject: [PATCH] Re-activate test Transactions test. (dotnet/corefx#38554) * 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 --- .../System.Transactions.Local/tests/AsyncTransactionScopeTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs b/src/libraries/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs index 5f46dd3..bb36cef 100644 --- a/src/libraries/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs +++ b/src/libraries/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs @@ -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 => -- 2.7.4