Revert "Enable the OpenGL renderer in some basic end2end tests."

Failures on Win 7/8 Debug NVIDIA bots.

This reverts commit 1cb0a213a06386745e4ab80a76f622e23be20395.

Change-Id: Ifb6b538e1b784a78c562a4d43d907bd0cdd59abf
Reviewed-on: https://chromium-review.googlesource.com/263310
Reviewed-by: Geoff Lang <geofflang@chromium.org>
Tested-by: Geoff Lang <geofflang@chromium.org>
diff --git a/src/tests/end2end_tests/SimpleOperationTest.cpp b/src/tests/end2end_tests/SimpleOperationTest.cpp
index 4a10885..d849e55 100644
--- a/src/tests/end2end_tests/SimpleOperationTest.cpp
+++ b/src/tests/end2end_tests/SimpleOperationTest.cpp
@@ -3,7 +3,7 @@
 #include <vector>
 
 // Use this to select which configurations (e.g. which renderer, which GLES major version) these tests should be run against.
-ANGLE_TYPED_TEST_CASE(SimpleOperationTest, ES2_D3D9, ES2_D3D11, ES3_D3D11, ES2_OPENGL, ES3_OPENGL);
+ANGLE_TYPED_TEST_CASE(SimpleOperationTest, ES2_D3D9, ES2_D3D11, ES3_D3D11);
 
 template<typename T>
 class SimpleOperationTest : public ANGLETest