Index: content/test/gpu/gpu_tests/lint_unittest.py |
diff --git a/content/test/gpu/gpu_tests/lint_unittest.py b/content/test/gpu/gpu_tests/lint_unittest.py |
index efc45c4eedb5aec2189438901e7d7c8402f44e30..ce556a725d9884cbf19f1c37b1b3fafbd84f16a2 100644 |
--- a/content/test/gpu/gpu_tests/lint_unittest.py |
+++ b/content/test/gpu/gpu_tests/lint_unittest.py |
@@ -38,11 +38,5 @@ def LintCheckPassed(directory): |
class LintTest(unittest.TestCase): |
- |
def testPassingPylintCheckForGpuTestsDir(self): |
self.assertTrue(LintCheckPassed(os.path.abspath(os.path.dirname(__file__)))) |
- |
- def testPassingPylintCheckForPageSetsDir(self): |
- self.assertTrue(LintCheckPassed( |
- os.path.join(os.path.abspath(os.path.dirname(__file__)), '..', 'page_sets' |
- ))) |