Skip to content

Commit

Permalink
fix: temporary fix for flaky test related to mocha bug;
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Mar 10, 2021
1 parent 93f4af1 commit 5700f1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion system-test/kitchen.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable no-undef */

// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -18,7 +20,7 @@ import * as mv from 'mv';
import {ncp} from 'ncp';
import {promisify} from 'util';
import * as tmp from 'tmp';
import {describe, it, afterEach} from 'mocha';
//import {describe, it, afterEach} from 'mocha';

const mvp = promisify(mv);
const ncpp = promisify(ncp);
Expand Down

0 comments on commit 5700f1b

Please sign in to comment.