projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aa4fca
)
Properly skip large size test on macOS
author
Yury Solovyov
<biohazard707@gmail.com>
Sun, 6 Nov 2016 11:29:45 +0000
(14:29 +0300)
committer
Kevin Sawicki
<kevinsawicki@gmail.com>
Tue, 7 Feb 2017 17:54:22 +0000
(09:54 -0800)
spec/api-app-spec.js
patch
|
blob
|
history
diff --git
a/spec/api-app-spec.js
b/spec/api-app-spec.js
index 9212e9711b425dde774cee4aea5862b0c4882954..2508efe388fa06b685506a5e872647d05de6512a 100644
(file)
--- a/
spec/api-app-spec.js
+++ b/
spec/api-app-spec.js
@@
-506,7
+506,7
@@
describe('app module', function () {
it('fetches large icons', function (done) {
if (process.platform === 'darwin') {
-
done
() // macOS does not support large icons
+
return this.skip
() // macOS does not support large icons
}
app.getFileIcon(iconPath, { size: 'normal' }, function (err, icon) {
const size = icon.getSize()