mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2026-05-23 19:25:45 +00:00
Disable test in V1 branch due to different output
This commit is contained in:
+2
@@ -34,6 +34,7 @@ namespace EntityFrameworkCore.Projectables.FunctionalTests.NullConditionals
|
||||
return Verifier.Verify(query.ToQueryString());
|
||||
}
|
||||
|
||||
#if EFPROJECTABLES2
|
||||
[Fact]
|
||||
public Task RelationalExpression()
|
||||
{
|
||||
@@ -44,5 +45,6 @@ namespace EntityFrameworkCore.Projectables.FunctionalTests.NullConditionals
|
||||
|
||||
return Verifier.Verify(query.ToQueryString());
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
+2
@@ -34,6 +34,7 @@ namespace EntityFrameworkCore.Projectables.FunctionalTests.NullConditionals
|
||||
return Verifier.Verify(query.ToQueryString());
|
||||
}
|
||||
|
||||
#if EFPROJECTABLES2
|
||||
[Fact]
|
||||
public Task RelationalExpression()
|
||||
{
|
||||
@@ -44,5 +45,6 @@ namespace EntityFrameworkCore.Projectables.FunctionalTests.NullConditionals
|
||||
|
||||
return Verifier.Verify(query.ToQueryString());
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user