From 6a73d7568855e7ae17a5371fef1e48fdab4424d7 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Fri, 8 Mar 2019 10:24:48 -0800 Subject: [PATCH] fix skipped test to actually be skipped (#8238) --- src/Security/Authentication/test/SecureDataFormatTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Security/Authentication/test/SecureDataFormatTests.cs b/src/Security/Authentication/test/SecureDataFormatTests.cs index 121c26e47d..4a821ca2db 100644 --- a/src/Security/Authentication/test/SecureDataFormatTests.cs +++ b/src/Security/Authentication/test/SecureDataFormatTests.cs @@ -48,7 +48,7 @@ namespace Microsoft.AspNetCore.Authentication.DataHandler Assert.Equal(input, result); } - [Fact] + [ConditionalFact] [SkipOnHelix] public void UnprotectWithDifferentPurposeFails() {