Regres: Remove GLES tests from CI test runs

The legacy OpenGL ES implementation is deprecated in favor of SwANGLE,
and we haven't touched the GLES code in many months. These CI tests
consume valuable time, and tend to be flaky due to exhausting the
number of X handles. We still have our 'daily' test runs to provide
detection of regressions, so they can be safely removed from the CI
test runs.

Note that this change can also be (temporarily) reverted as part of a
new change which could use CI testing of dEQP-GLES.

Bug: b/153322216
Change-Id: I52cd2b89c04c95de486d85118edef6460ba82925
Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/52532
Presubmit-Ready: Nicolas Capens <nicolascapens@google.com>
Tested-by: Nicolas Capens <nicolascapens@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
diff --git a/tests/regres/ci-tests.json b/tests/regres/ci-tests.json
index 7760580..946f51d 100644
--- a/tests/regres/ci-tests.json
+++ b/tests/regres/ci-tests.json
@@ -1,9 +1,4 @@
 [
-    { "name": "gles2-master", "api": "gles2", "tests": "testlists/gles2-master-PASS.txt" },
-
-    { "name": "gles3-565-no-depth-no-stencil", "api": "gles3", "tests": "testlists/gles3-565-no-depth-no-stencil-PASS.txt" },
-    { "name": "gles3-master", "api": "gles3", "tests": "testlists/gles3-master-PASS.txt" },
-
     { "name": "vulkan-wsi", "api": "vulkan", "tests": "testlists/vk-wsi-PASS.txt" },
 
     { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-ABORT.txt" },