diff options
Diffstat (limited to 'tests/test_core.py')
-rw-r--r-- | tests/test_core.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 81b21bd0..a477c05e 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -3935,6 +3935,8 @@ def process(filename): self.do_run(src, 'Hello world!') def test_bigswitch(self): + if self.run_name != 'default': return self.skip('TODO: issue #781') + src = open(path_from_root('tests', 'bigswitch.cpp')).read() self.do_run(src, '''34962: GL_ARRAY_BUFFER (0x8892) 26214: what? |