Skip to content

Commit e28c062

Browse files
committed
Add ignore to async version of test
1 parent 1c1923f commit e28c062

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Orm/Xtensive.Orm.Tests/Upgrade/UpgradeDateTimeOffsetTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ public void UpgradeDateTimeOffsetAndDateTimeTest()
125125
public async Task UpgradeDateTimeOffsetAndDateTimeAsyncTest()
126126
{
127127
Require.AllFeaturesSupported(ProviderFeatures.DateTimeOffset);
128+
Require.ProviderIsNot(StorageProvider.PostgreSql, "ToLocalTime is not supported");
128129
using (var domain = BuildInitialDomain())
129130
using (var session = domain.OpenSession())
130131
using (var tx = session.OpenTransaction()) {

0 commit comments

Comments
 (0)