Skip to content

Commit 7b6189d

Browse files
committed
Ignore 1 more test when run on github
1 parent 761addf commit 7b6189d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Orm/Xtensive.Orm.Tests/Upgrade/DataUpgrade/DataUpgradeTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public void ClearDataTest1()
4040
}
4141

4242
[Test]
43+
[IgnoreIfGithubActions(StorageProvider.MySql | StorageProvider.Firebird)]
4344
public async Task ClearDataAsyncTest1()
4445
{
4546
using (var domain = await BuildDomainAsync(DomainUpgradeMode.Perform, typeof(M1.A)))

0 commit comments

Comments
 (0)