Skip to content

Commit

Permalink
Ignored one test scenario because of the Marten issue JasperFx/marten…
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Dec 5, 2020
1 parent 0269ace commit a1ab113
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class IssueUpdated

public class IssuesList { }

[Fact]
[Fact (Skip = "Skipped because of https://github.com/JasperFx/marten/issues/1648")]
public void GivenNoEvents_WhenStreamIsStarting_ThenEventsAreSavedWithoutError()
{
var @event = new IssueCreated { IssueId = Guid.NewGuid(), Description = "Description" };
Expand Down

0 comments on commit a1ab113

Please sign in to comment.