Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
François Chabot committed Sep 6, 2020
1 parent 9a1a719 commit 12f4839
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace Be.Stateless.BizTalk.Explorer
{
public class SendPortFixture
{
[SkippableFact(typeof(ArgumentException))]
[SkippableFact(typeof(ArgumentException), typeof(InvalidOperationException))]
public void Unenlist()
{
var application = BizTalkServerGroup.Applications["BizTalk Server Default Application"];
Expand Down

0 comments on commit 12f4839

Please sign in to comment.