Skip to content

Commit

Permalink
Try internal only
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaliumhexacyanoferrat committed Nov 8, 2024
1 parent c368f93 commit c02c7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Testing/Acceptance/MultiEngineTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public IEnumerable<object[]> GetData(MethodInfo methodInfo)
return new List<object[]>
{
new object[] { TestEngine.Internal },
new object[] { TestEngine.Kestrel }
// new object[] { TestEngine.Kestrel }
};
}

Expand Down

0 comments on commit c02c7b5

Please sign in to comment.