Disable VkProtectedContext_DDLMakeRenderTargetTest
Bug: fuchsia:40061 Change-Id: I9d6293298bc27b81f5b4202d56c930f976c86cfc Reviewed-on: https://skia-review.googlesource.com/c/skia/+/254336 Commit-Queue: Emircan Uysaler <emircan@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>
This commit is contained in:
parent
4f32a29a69
commit
6b4afb27fd
@ -470,6 +470,11 @@ DEF_GPUTEST(VkProtectedContext_DrawProtectedImageOnProtectedSurface, reporter, o
|
||||
void DDLMakeRenderTargetTestImpl(GrContext* context, skiatest::Reporter* reporter);
|
||||
|
||||
DEF_GPUTEST(VkProtectedContext_DDLMakeRenderTargetTest, reporter, ctxInfo) {
|
||||
// Disabled on fuchsia due to fxb/40061.
|
||||
#if defined(__Fuchsia__)
|
||||
return;
|
||||
#endif
|
||||
|
||||
auto protectedTestHelper = std::make_unique<VulkanTestHelper>(true);
|
||||
if (!protectedTestHelper->init(reporter)) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user