Skip to content

Commit 1cd9fbe

Browse files
committed
Mark test as flaky
1 parent fd81572 commit 1cd9fbe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111

1212
test-arm:
1313
uses: membraneframework/membrane_actions/.github/workflows/test.yml@main
14-
with:
15-
cache-version: 1
1614

1715
test:
1816
uses: membraneframework/membrane_actions/.github/workflows/test.yml@main

test/membrane/blank_video_generator_test.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ defmodule Membrane.BlankVideoGeneratorTest do
2323
test_for_stream_format(@stream_format_i420)
2424
end
2525

26+
@tag :flaky
2627
test "encoding generated buffers to H264" do
2728
test_h264(@stream_format_i420)
2829
end
@@ -33,6 +34,7 @@ defmodule Membrane.BlankVideoGeneratorTest do
3334
test_for_stream_format(@stream_format_i422)
3435
end
3536

37+
@tag :flaky
3638
test "encoding generated buffers to H264" do
3739
test_h264(@stream_format_i422)
3840
end

0 commit comments

Comments
 (0)