diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/ldd.py')
-rw-r--r-- | meta/lib/oeqa/runtime/ldd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/ldd.py b/meta/lib/oeqa/runtime/ldd.py index 4374530fc4..079130f833 100644 --- a/meta/lib/oeqa/runtime/ldd.py +++ b/meta/lib/oeqa/runtime/ldd.py | |||
@@ -1,5 +1,5 @@ | |||
1 | import unittest | 1 | import unittest |
2 | from oeqa.oetest import oeRuntimeTest | 2 | from oeqa.oetest import oeRuntimeTest, skipModule |
3 | from oeqa.utils.decorators import * | 3 | from oeqa.utils.decorators import * |
4 | 4 | ||
5 | def setUpModule(): | 5 | def setUpModule(): |