Skip to content

Commit

Permalink
Removed empty tests for copy from local stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Mickens authored and Danny Mickens committed Jan 9, 2024
1 parent a7c6f30 commit 228131e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/vertica-nodejs/mochatest/integration/client/copy-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,4 @@ describe('Running Copy Commands', function () {
})
})
})

it('succeeds with multiple copy local files', function(done) {
done()
})

it('behaves properly when input files do not exist', function(done) {
done()
})

it('succeeds with basic copy from stdin command', function(done) {
done()
})
})

0 comments on commit 228131e

Please sign in to comment.