We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd81572 commit 1cd9fbeCopy full SHA for 1cd9fbe
2 files changed
.github/workflows/ci.yml
@@ -11,8 +11,6 @@ jobs:
11
12
test-arm:
13
uses: membraneframework/membrane_actions/.github/workflows/test.yml@main
14
- with:
15
- cache-version: 1
16
17
test:
18
test/membrane/blank_video_generator_test.exs
@@ -23,6 +23,7 @@ defmodule Membrane.BlankVideoGeneratorTest do
23
test_for_stream_format(@stream_format_i420)
24
end
25
26
+ @tag :flaky
27
test "encoding generated buffers to H264" do
28
test_h264(@stream_format_i420)
29
@@ -33,6 +34,7 @@ defmodule Membrane.BlankVideoGeneratorTest do
33
34
test_for_stream_format(@stream_format_i422)
35
36
37
38
39
test_h264(@stream_format_i422)
40
0 commit comments