Skip to content

Commit 091bce7

Browse files
committed
fit
1 parent c84ff2e commit 091bce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/CLI.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ describe('LiveQuery definitions', () => {
204204
});
205205
});
206206

207-
describe('execution', () => {
207+
fdescribe('execution', () => {
208208
const binPath = path.resolve(__dirname, '../bin/parse-server');
209209
let childProcess;
210210

@@ -220,7 +220,7 @@ describe('execution', () => {
220220

221221
it('should start Parse Server', done => {
222222
const env = { ...process.env };
223-
env.NODE_OPTIONS = '--dns-result-order=ipv4first';
223+
// env.NODE_OPTIONS = '--dns-result-order=ipv4first';
224224
childProcess = spawn(
225225
binPath,
226226
['--appId', 'test', '--masterKey', 'test', '--databaseURI', databaseURI, '--port', '1339'],

0 commit comments

Comments
 (0)