Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit dbce09a

Browse files
authored
Disable pubsub test (#214)
1 parent 82b19d7 commit dbce09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/examples-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ describe('Examples', () => {
670670
});
671671
});
672672
});
673-
describe('event-trigger-python', function () {
673+
xdescribe('event-trigger-python', function () {
674674
const exampleName = 'event-trigger-python';
675675
before(function (done) {
676676
examples[exampleName].cwd = path.join(cwd, examples[exampleName].path);

0 commit comments

Comments
 (0)