Skip to content

Commit

Permalink
Re-suppress InheritDynamicOffsetsRenderPipeline on Pixel 6
Browse files Browse the repository at this point in the history
DynamicBufferOffsetTests.InheritDynamicOffsetsRenderPipeline
suppression was removed in
https://dawn-review.googlesource.com/c/dawn/+/201816
but the test is still flaky.

Bug: 40287156
Change-Id: I92073f1a6c865b79799c121a8cd590e8c2261e65
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203474
Commit-Queue: Yuly Novikov <[email protected]>
Auto-Submit: Yuly Novikov <[email protected]>
Reviewed-by: Shrek Shao <[email protected]>
  • Loading branch information
y-novikov authored and Dawn LUCI CQ committed Aug 22, 2024
1 parent 5196d11 commit f343969
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dawn/tests/end2end/DynamicBufferOffsetTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ TEST_P(DynamicBufferOffsetTests, InheritDynamicOffsetsRenderPipeline) {
// TODO(crbug.com/1497726): Remove when test is no longer flaky on M2
// devices.
DAWN_SUPPRESS_TEST_IF(IsApple());
// TODO(crbug.com/40287156): Remove when test is no longer flaky on Pixel 6
DAWN_SUPPRESS_TEST_IF(IsVulkan() && IsAndroid() && IsARM());

// Using default pipeline and setting dynamic offsets
wgpu::RenderPipeline pipeline = CreateRenderPipeline();
Expand Down

0 comments on commit f343969

Please sign in to comment.