Skip to content

Commit 246bff5

Browse files
committed
Adding KnownBug attribute to failing test.
1 parent 37aa194 commit 246bff5

File tree

1 file changed

+2
-2
lines changed
  • src/NHibernate.Test/NHSpecificTest/NH3590

1 file changed

+2
-2
lines changed

src/NHibernate.Test/NHSpecificTest/NH3590/Fixture.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ protected override void OnSetUp()
2222
}
2323
}
2424

25-
[Test]
25+
[Test, KnownBug("3590")]
2626
public void ShouldUpdate()
2727
{
2828
entity.Dates.Add(DateTime.Now);
@@ -45,7 +45,7 @@ public void ShouldUpdate()
4545
}
4646
}
4747

48-
[Test]
48+
[Test, KnownBug("3590")]
4949
public void ShouldMerge()
5050
{
5151
entity.Dates.Add(DateTime.Now);

0 commit comments

Comments
 (0)