Skip to content

Commit

Permalink
Disable App Service tests (#9803)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent1173 authored Mar 12, 2019
1 parent 14bd826 commit 7e49f6b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Tasks/AzureAppServiceManageV0/Tests/L0.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as assert from 'assert';
/*import * as assert from 'assert';
import * as ttm from 'vsts-task-lib/mock-test';
import tl = require('vsts-task-lib');
import * as path from 'path';
Expand Down Expand Up @@ -33,4 +33,5 @@ describe('Azure App Service Manage Suite', function() {
KuduServiceTests.KuduServiceTests();
AppInsightsWebTests.ApplicationInsightsTests();
ResourcesTests.ResourcesTests();
});
});
*/
3 changes: 2 additions & 1 deletion Tasks/AzureFunctionAppContainerV1/Tests/L0.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as path from 'path';
/*import * as path from 'path';
import * as assert from 'assert';
import * as ttm from 'vsts-task-lib/mock-test';
import tl = require('vsts-task-lib');
Expand Down Expand Up @@ -59,3 +59,4 @@ describe('AzureFunctionOnContainerDeployment Suite', function() {
});
});
*/
3 changes: 3 additions & 0 deletions Tasks/AzureRmWebAppDeploymentV3/Tests/L0.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
import * as path from 'path';
import * as assert from 'assert';
import * as ttm from 'vsts-task-lib/mock-test';
Expand Down Expand Up @@ -123,3 +124,5 @@ describe('AzureRmWebAppDeployment Suite', function() {
done();
});
});
*/
2 changes: 2 additions & 0 deletions Tasks/AzureRmWebAppDeploymentV4/Tests/L0.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
import * as path from 'path';
import * as assert from 'assert';
import * as ttm from 'vsts-task-lib/mock-test';
Expand Down Expand Up @@ -366,3 +367,4 @@ describe('AzureRmWebAppDeployment Suite', function() {
});
});
*/
2 changes: 2 additions & 0 deletions Tasks/AzureWebAppContainerV1/Tests/L0.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
import * as path from 'path';
import * as assert from 'assert';
import * as ttm from 'vsts-task-lib/mock-test';
Expand Down Expand Up @@ -59,3 +60,4 @@ describe('AzureWebAppDeployment Suite', function() {
});
});
*/

0 comments on commit 7e49f6b

Please sign in to comment.