Skip to content

Commit

Permalink
disable depth gaussian noise render pass on macos
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Sep 3, 2020
1 parent 95c2496 commit 963e583
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration/render_pass.cc
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,11 @@ TEST_P(RenderPassTest, GaussianNoise)
}

/////////////////////////////////////////////////
#ifdef __APPLE__
TEST_P(RenderPassTest, DISABLED_DepthGaussianNoise)
#else
TEST_P(RenderPassTest, DepthGaussianNoise)
#endif
{
DepthGaussianNoise(GetParam());
}
Expand Down

0 comments on commit 963e583

Please sign in to comment.