We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64bc644 commit f927e82Copy full SHA for f927e82
Orm/Xtensive.Orm.Tests/Issues/Issue0839_MultithreadingBug.cs
@@ -57,6 +57,8 @@ protected override DomainConfiguration BuildConfiguration()
57
}
58
59
[Test]
60
+ [IgnoreOnGithubActionsIfFailed(StorageProvider.Sqlite,
61
+ "There is no detection of type exceptions in Sqlite driver yet. So any exception will cause this test fail")]
62
public void MainTest()
63
{
64
using (var session = Domain.OpenSession()) {
0 commit comments