Skip to content

Commit

Permalink
wip: FTP tests do not work on CI #244
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Mar 18, 2023
1 parent 59eb5b2 commit 1fabf75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/hooks.ftp.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ const { util, expect } = chai

const outputDir = './test/output'

const runFtpTests = process.env.RUN_FTP_TESTS

describe('krawler:hooks:ftp', () => {
if (runFtpTests) {
if (process.env.RUN_FTP_TESTS) {

before(() => {
chailint(chai, util)
Expand Down

0 comments on commit 1fabf75

Please sign in to comment.