| Index: test/sputnik/testcfg.py
|
| diff --git a/test/sputnik/testcfg.py b/test/sputnik/testcfg.py
|
| index f7a5edcca6a93b16c603678dc522391cafede1c9..31e4b226f8962c857d5a2e04f966d1b805611402 100644
|
| --- a/test/sputnik/testcfg.py
|
| +++ b/test/sputnik/testcfg.py
|
| @@ -88,7 +88,8 @@ class SputnikTestConfiguration(test.TestConfiguration):
|
| sys.path.append(modroot)
|
| import sputnik
|
| globals()['sputnik'] = sputnik
|
| - test_suite = sputnik.TestSuite(testroot)
|
| + # Do not run strict mode tests yet. TODO(mmaly)
|
| + test_suite = sputnik.TestSuite(testroot, False)
|
| test_suite.Validate()
|
| tests = test_suite.EnumerateTests([])
|
| result = []
|
|
|