summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/cases/buildgalculator.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/cases/buildgalculator.py')
-rw-r--r--meta/lib/oeqa/runtime/cases/buildgalculator.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/runtime/cases/buildgalculator.py b/meta/lib/oeqa/runtime/cases/buildgalculator.py
index a0a0032083..4ec5fc707b 100644
--- a/meta/lib/oeqa/runtime/cases/buildgalculator.py
+++ b/meta/lib/oeqa/runtime/cases/buildgalculator.py
@@ -1,6 +1,5 @@
1from oeqa.runtime.case import OERuntimeTestCase 1from oeqa.runtime.case import OERuntimeTestCase
2from oeqa.core.decorator.depends import OETestDepends 2from oeqa.core.decorator.depends import OETestDepends
3from oeqa.core.decorator.oeid import OETestID
4from oeqa.runtime.decorator.package import OEHasPackage 3from oeqa.runtime.decorator.package import OEHasPackage
5 4
6from oeqa.runtime.utils.targetbuildproject import TargetBuildProject 5from oeqa.runtime.utils.targetbuildproject import TargetBuildProject
@@ -18,7 +17,6 @@ class GalculatorTest(OERuntimeTestCase):
18 def tearDownClass(cls): 17 def tearDownClass(cls):
19 cls.project.clean() 18 cls.project.clean()
20 19
21 @OETestID(1526)
22 @OETestDepends(['ssh.SSHTest.test_ssh']) 20 @OETestDepends(['ssh.SSHTest.test_ssh'])
23 @OEHasPackage(['gcc']) 21 @OEHasPackage(['gcc'])
24 @OEHasPackage(['make']) 22 @OEHasPackage(['make'])