Skip to content

Commit

Permalink
Disable a MSBuild E2E test in ADO (#10932)
Browse files Browse the repository at this point in the history
This is a temporary fix for official build.

###### Microsoft Reviewers: [Open in
CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/Azure/bicep/pull/10932)
  • Loading branch information
shenglol authored Jun 8, 2023
1 parent 855cd52 commit 578bda9
Show file tree
Hide file tree
Showing 3 changed files with 7,450 additions and 5 deletions.
12 changes: 12 additions & 0 deletions src/Bicep.MSBuild.E2eTests/jest.config.ado.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
module.exports = {
testMatch: [
"<rootDir>/out/**/*.test.js",
"!**/simpleMultiTargeting.test.js",
],
verbose: true,
collectCoverage: false,
collectCoverageFrom: ["<rootDir>/out/**/*.js"],
coveragePathIgnorePatterns: ["/test/"],
};
Loading

0 comments on commit 578bda9

Please sign in to comment.