Skip to content

Commit 4f6a3c4

Browse files
author
David Staheli
committed
Temporarily disable ArchiveFiles tests
1 parent 3b797ce commit 4f6a3c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/L0/ArchiveFiles/_suite.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ describe('ArchiveFiles Suite', function () {
2727
});
2828

2929
var tests = [
30+
/*
3031
{
3132
'file': 'test.zip',
3233
'type': 'zip',
@@ -62,6 +63,7 @@ describe('ArchiveFiles Suite', function () {
6263
'type': 'tar',
6364
'tarCompression': 'xz'
6465
}
66+
*/
6567
]
6668

6769
tests.forEach((test) => {

0 commit comments

Comments
 (0)