- 
      
- 
        Save mthierry/9777e02eeb1bee76008f to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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