Skip InheritDynamicOffsetsComputePipeline test on Windows
This test is flaky on Windows on Intel HD 530. Skip it on Windows for now. BUG=dawn:55 Change-Id: I537ef66ee6b0844e8b1dfd46fae47c5921451e55 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/10040 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
b6d7c53708
commit
35670f183a
|
@ -331,7 +331,7 @@ TEST_P(DynamicBufferOffsetTests, InheritDynamicOffestsRenderPipeline) {
|
||||||
// Suspect it is due to dawn doesn't handle sync between two dispatch and disable this case.
|
// Suspect it is due to dawn doesn't handle sync between two dispatch and disable this case.
|
||||||
// Will double check root cause after got GTX1660.
|
// Will double check root cause after got GTX1660.
|
||||||
TEST_P(DynamicBufferOffsetTests, InheritDynamicOffestsComputePipeline) {
|
TEST_P(DynamicBufferOffsetTests, InheritDynamicOffestsComputePipeline) {
|
||||||
DAWN_SKIP_TEST_IF(IsWindows() && IsNvidia());
|
DAWN_SKIP_TEST_IF(IsWindows());
|
||||||
dawn::ComputePipeline pipeline = CreateComputePipeline();
|
dawn::ComputePipeline pipeline = CreateComputePipeline();
|
||||||
dawn::ComputePipeline testPipeline = CreateComputePipeline(true);
|
dawn::ComputePipeline testPipeline = CreateComputePipeline(true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue