Skip to content

Commit 772064c

Browse files
committed
[test] run issue5706-local-flash on linux64 only
1 parent 8d3db61 commit 772064c

File tree

1 file changed

+2
-2
lines changed
  • test/sanity/issue5706-local-flash

1 file changed

+2
-2
lines changed

test/sanity/issue5706-local-flash/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
arch = os.path.join(testdir, 'arch')
1919

20-
if platform.system() != 'Linux':
21-
print 'Skipped for non Linux platform'
20+
if platform.system() != 'Linux' or platform.architecture()[0] == '32bit':
21+
print 'Skipped for non Linux64 platform'
2222
sys.exit(0)
2323

2424
try:

0 commit comments

Comments
 (0)