SkQP: turn on VkMakeCopyPipelineTest

Change-Id: I9ff70e1050f5b82d226ee601d090fea2ba874f49
Reviewed-on: https://skia-review.googlesource.com/111461
Reviewed-by: Hal Canary <halcanary@google.com>
diff --git a/platform_tools/android/apps/skqp/src/main/assets/skqp/KnownGpuUnitTests.txt b/platform_tools/android/apps/skqp/src/main/assets/skqp/KnownGpuUnitTests.txt
index ef4b901..57b1cbb 100644
--- a/platform_tools/android/apps/skqp/src/main/assets/skqp/KnownGpuUnitTests.txt
+++ b/platform_tools/android/apps/skqp/src/main/assets/skqp/KnownGpuUnitTests.txt
@@ -137,6 +137,7 @@
 VertexAttributeCount
 VkClearTests
 VkHeapTests
+VkMakeCopyPipelineTest
 VkUploadPixelsTests
 VkWrapTests
 WrappedProxyConversionTest
diff --git a/tools/skqp/gm_runner.cpp b/tools/skqp/gm_runner.cpp
index ce0586d..9dd772d 100644
--- a/tools/skqp/gm_runner.cpp
+++ b/tools/skqp/gm_runner.cpp
@@ -85,7 +85,9 @@
         }
     } r;
     GrContextOptions options;
-    // options.fDisableDriverCorrectnessWorkarounds = true;
+    #ifndef SK_SKQP_ENABLE_DRIVER_CORRECTNESS_WORKAROUNDS
+    options.fDisableDriverCorrectnessWorkarounds = true;
+    #endif
     if (test->fContextOptionsProc) {
         test->fContextOptionsProc(&options);
     }