File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/EFCore.AspNet.InMemory.FunctionalTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
using Microsoft . EntityFrameworkCore . Design . Internal ;
5
5
using Microsoft . EntityFrameworkCore . Internal ;
6
+ using Microsoft . EntityFrameworkCore . TestUtilities . Xunit ;
6
7
7
8
namespace Microsoft . EntityFrameworkCore ;
8
9
@@ -93,8 +94,8 @@ private static ServiceProvider BuildTestServiceProvider()
93
94
94
95
private class TestService ;
95
96
96
- #if ! EXCLUDE_ON_MAC
97
97
[ ConditionalFact ]
98
+ [ PlatformSkipCondition ( TestUtilities . Xunit . TestPlatform . Mac ) ]
98
99
public void Create_works_when_no_BuildWebHost ( )
99
100
{
100
101
var factory = new TestAppServiceProviderFactory (
@@ -106,7 +107,6 @@ public void Create_works_when_no_BuildWebHost()
106
107
}
107
108
108
109
private class ProgramWithoutBuildWebHost ;
109
- #endif
110
110
111
111
[ ConditionalFact ]
112
112
public void Create_works_when_BuildWebHost_throws ( )
You can’t perform that action at this time.
0 commit comments