removed test from full .net framework
authorDaniel Turan <daniel.turan@hotmail.com>
Fri, 1 Mar 2019 08:08:40 +0000 (09:08 +0100)
committerArthur Vickers <ajcvickers@hotmail.com>
Mon, 4 Mar 2019 20:25:43 +0000 (12:25 -0800)
Commit migrated from https://github.com/dotnet/corefx/commit/cb726dd396dc70d87a9cf69a1e84f05e8ecc224a

src/libraries/System.ComponentModel.Annotations/tests/System/ComponentModel/DataAnnotations/CustomValidationAttributeTests.cs

index 3c231d4..035b434 100644 (file)
@@ -63,7 +63,6 @@ namespace System.ComponentModel.DataAnnotations.Tests
 
         [Theory]
         [InlineData(typeof(CustomValidator), "SomeMethod")]
-        [InlineData(typeof(CustomValidator), nameof(CustomValidator.ValidationMethodDerivedReturnTypeReturnsSomeError))]
         [InlineData(null, null)]
         [InlineData(typeof(string), "")]
         [InlineData(typeof(int), " \t\r\n")]