Skip to content

Commit f10a471

Browse files
authored
[Theory(Skip = "873")]
1 parent 8be33e1 commit f10a471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/System.Linq.Dynamic.Core.Tests/SecurityTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public void UsingStaticClassAsType_WhenAddedToDefaultDynamicLinqCustomTypeProvid
145145
action.Should().NotThrow();
146146
}
147147

148-
[Theory(Skip = "Bug: Accessing static members on instance class is not supported")]
148+
[Theory(Skip = "873")]
149149
[InlineData("new System.Linq.Dynamic.Core.Tests.Helpers.Models.AppSettings3()", "SettingsProp[\"jwt\"]")]
150150
[InlineData("new System.Linq.Dynamic.Core.Tests.Helpers.Models.AppSettings3()", "SettingsField[\"jwt\"]")]
151151
[InlineData("c => new System.Linq.Dynamic.Core.Tests.Helpers.Models.AppSettings3()", "SettingsProp[\"jwt\"]")]

0 commit comments

Comments
 (0)