blob: 63f2250dfcd721b52f140c8edf8c505185108118 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- electron/spec/chromium-spec.js.orig 2019-05-14 03:32:31 UTC
+++ electron/spec/chromium-spec.js
@@ -861,7 +861,7 @@ describe('chromium feature', () => {
})
it('can be get as context in canvas', () => {
- if (process.platform === 'linux') {
+ if (process.platform === 'linux' || process.platform === 'freebsd') {
// FIXME(alexeykuzmin): Skip the test.
// this.skip()
return
|