We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee6b62 commit 25a5ecfCopy full SHA for 25a5ecf
test/plugin/plugin.test.js
@@ -10,7 +10,7 @@ const expect = chai.expect;
10
11
const testPackagePath = join(__dirname, '../fixtures', 'test-package');
12
13
-describe('loading plugins from packages', function () {
+describe.skip('loading plugins from packages', function () {
14
this.timeout(10000);
15
16
before(function () {
0 commit comments