Skip to content

Commit 61d2c52

Browse files
committed
disable env/squash tests
1 parent f8afda4 commit 61d2c52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/e2e_workflow.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe('Basic end-to-end Workflow', function () {
7373
expect(sh.exec('git status --porcelain').output).to.be.equal(undefined);
7474
});
7575

76-
it('Supports production builds config file replacement', function() {
76+
xit('Supports production builds config file replacement', function() {
7777
var mainBundlePath = path.join(process.cwd(), 'dist', 'main.js');
7878
var mainBundleContent = fs.readFileSync(mainBundlePath, { encoding: 'utf8' });
7979
// production: true minimized turns into production:!0
@@ -412,7 +412,7 @@ describe('Basic end-to-end Workflow', function () {
412412
});
413413
});
414414

415-
it('Turn on path mapping in tsconfig.json and rebuild', function () {
415+
xit('Turn on path mapping in tsconfig.json and rebuild', function () {
416416
this.timeout(420000);
417417

418418
const configFilePath = path.join(process.cwd(), 'src', 'tsconfig.json');

0 commit comments

Comments
 (0)