Tests: removed skipping Go tests on x86.
This commit is contained in:
@@ -4,12 +4,7 @@ import unit
|
|||||||
class TestUnitGoApplication(unit.TestUnitApplicationGo):
|
class TestUnitGoApplication(unit.TestUnitApplicationGo):
|
||||||
|
|
||||||
def setUpClass():
|
def setUpClass():
|
||||||
u = unit.TestUnit()
|
unit.TestUnit().check_modules('go')
|
||||||
|
|
||||||
if u.architecture == '32bit':
|
|
||||||
raise unittest.SkipTest('Skip Go tests for x86')
|
|
||||||
|
|
||||||
u.check_modules('go')
|
|
||||||
|
|
||||||
def test_go_application_variables(self):
|
def test_go_application_variables(self):
|
||||||
self.load('variables')
|
self.load('variables')
|
||||||
|
|||||||
Reference in New Issue
Block a user