Skip to content

Commit

Permalink
Add TravisExclude category to failing CI unit test (#8313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinovsky authored Sep 10, 2024
1 parent bef045a commit 418970b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/Common/Securities/Options/OptionChainProviderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ public void LiveOptionChainProviderReturnsNoDataForInvalidSymbol()
Assert.IsFalse(result.Any());
}

[Test, Explicit("Need fixing see GH issue #7688")]
[Test]
[Category("TravisExclude")] // For now this test is excluded from the Travis build because of frequent forbidden 403 HTTP response from CME API
public void LiveOptionChainProviderReturnsFutureOptionData()
{
var now = DateTime.Now;
Expand Down

0 comments on commit 418970b

Please sign in to comment.