Skip to content

Commit d2b8dde

Browse files
committed
wip: skip plugin tests
1 parent 2432f76 commit d2b8dde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/matt.consumer.integration.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { FfiSpecificationVersion } from '../src/ffi/types';
1515
chai.use(chaiAsPromised);
1616
const expect = chai.expect;
1717

18-
describe('MATT protocol test', () => {
18+
describe.skip('MATT protocol test', () => {
1919
setLogLevel('trace');
2020

2121
let provider: ConsumerPact;

test/matt.provider.integration.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import * as http from 'http';
99

1010
chai.use(chaiAsPromised);
1111

12-
describe.only('MATT protocol test', () => {
12+
describe.skip('MATT protocol test', () => {
1313
setLogLevel('info');
1414

1515
describe('HTTP and TCP Provider', () => {

0 commit comments

Comments
 (0)