Skip to content

Instantly share code, notes, and snippets.

@mthierry
Created November 27, 2015 11:56
Show Gist options
  • Save mthierry/9777e02eeb1bee76008f to your computer and use it in GitHub Desktop.
Save mthierry/9777e02eeb1bee76008f to your computer and use it in GitHub Desktop.
diff --git a/tests/all.py b/tests/all.py
index 6c8d8ba..02f5231 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -111,7 +111,7 @@ def add_msaa_visual_plain_tests(group, args):
glean = {}
glean['basic'] = GleanTest('basic')
glean['api2'] = GleanTest('api2')
-glean['makeCurrent'] = GleanTest('makeCurrent')
+#MT: glean['makeCurrent'] = GleanTest('makeCurrent')
glean['blendFunc'] = GleanTest('blendFunc')
glean['bufferObject'] = GleanTest('bufferObject')
glean['depthStencil'] = GleanTest('depthStencil')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment