Skip to content

Commit

Permalink
Temporarily disable ArchiveFiles tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstaheli committed Aug 9, 2016
1 parent 3b797ce commit 4f6a3c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/L0/ArchiveFiles/_suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ describe('ArchiveFiles Suite', function () {
});

var tests = [
/*
{
'file': 'test.zip',
'type': 'zip',
Expand Down Expand Up @@ -62,6 +63,7 @@ describe('ArchiveFiles Suite', function () {
'type': 'tar',
'tarCompression': 'xz'
}
*/
]

tests.forEach((test) => {
Expand Down

0 comments on commit 4f6a3c4

Please sign in to comment.