Skip to content

Commit 886c8b2

Browse files
rafalmaciagclaude
andcommitted
Mark live-stream tests as Integration category
CI workflow already filters with --filter "Category!=Integration", so these tests requiring a local MJPEG stream will be skipped in CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 58778f2 commit 886c8b2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/ModelingEvolution.Mjpeg.Tests/HttpFrameGrabberTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
namespace ModelingEvolution.Mjpeg.Tests;
55

6+
[Trait("Category", "Integration")]
67
public class HttpFrameGrabberTests
78
{
89
[Fact]

src/ModelingEvolution.Mjpeg.Tests/MjpegProviderTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
namespace ModelingEvolution.Mjpeg.Tests;
55

6+
[Trait("Category", "Integration")]
67
public class MjpegProviderTests
78
{
89
[Fact]

0 commit comments

Comments
 (0)