Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public void UITestShouldFailWhenDefaultApartmentStateIsMTA(RunnerInfo runnerInfo
ValidateSummaryStatus(0, 1, 0);
}

[Ignore(@"Issue with TestSessionTimeout: https://github.com/Microsoft/vstest/issues/980")]
[TestMethod]
[NetFullTargetFrameworkDataSource(inIsolation: true, inProcess: true)]
public void CancelTestExectionShouldWorkWhenApartmentStateIsSTA(RunnerInfo runnerInfo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public class RecursiveResourcesLookupTests : AcceptanceTestBase
[TestMethod]
// This only fails on .NET Framework, and it fails in testhost, so no need to double check with
// two different runners.
[Ignore("Temporarily ignore until solving https://github.com/microsoft/testfx/issues/2692")]
[NetFullTargetFrameworkDataSource(useCoreRunner: false)]
public void RunsToCompletionWhenJapaneseResourcesAreLookedUpForMSCorLib(RunnerInfo runnerInfo)
{
Expand Down
Loading