Skip to content
Merged
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
8 changes: 0 additions & 8 deletions tests/Xamarin.Android.Bcl-Tests/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@ internal static void ExtractBclTestFiles ()
}

static string[] ExcludeTestNames = new string[]{
// https://jenkins.mono-project.com/job/xamarin-android-pr-builder/1720/testReport/(root)/AssemblyTest/GetReferencedAssemblies/
// https://bugzilla.xamarin.com/show_bug.cgi?id=59908
// AssemblyName.Flags == AssemblyNameFlags.PublicKey; expected AssemblyNameFlags.None
"MonoTests.System.Reflection.AssemblyTest.GetReferencedAssemblies",
// https://jenkins.mono-project.com/job/xamarin-android-pr-builder/1720/testReport/(root)/WebInvokeAttributeTest/RejectTwoParametersWhenNotWrapped/
// https://bugzilla.xamarin.com/show_bug.cgi?id=59909
// InvalidOperationException wasn't thrown when it was expected
"MonoTests.System.ServiceModel.Description.WebInvokeAttributeTest.RejectTwoParametersWhenNotWrapped",
};

internal static ITestFilter UpdateFilter (ITestFilter filter)
Expand Down