Skip to content

Commit

Permalink
Merge pull request #220 from yujiosaka/remove-disable-dev-shm-usage-o…
Browse files Browse the repository at this point in the history
…ntest

test(hccrawler): remove --disable-dev-shm-usage on test
  • Loading branch information
yujiosaka authored Apr 20, 2018
2 parents 0316c79 + c1c846a commit 44a44b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hccrawler/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const JSON_FILE = './tmp/result.json';
const PNG_FILE = './tmp/example.png';
const ENCODING = 'utf8';

const DEFAULT_OPTIONS = { args: ['--no-sandbox', '--disable-dev-shm-usage'] };
const DEFAULT_OPTIONS = { args: ['--no-sandbox'] };

describe('HCCrawler', function () {
describe('HCCrawler.executablePath', function () {
Expand Down

0 comments on commit 44a44b3

Please sign in to comment.