Skip to content

Commit

Permalink
disable tests which require a vcan in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Sep 4, 2023
1 parent d2bb73e commit 0dafed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/can/can.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as utils from '#utils'
import {expect} from 'chai'
import {afterEach} from 'mocha'

describe('can', () => {
describe.skip('can', () => {
const vcan = 'can2x'

beforeEach(async () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/complex/complex.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {afterEach} from 'mocha'
/**
* console2can --(can2x1)--> can2socketio -> socketio2can --(can2x2)--> can2file
*/
describe('complex', () => {
describe.skip('complex', () => {
beforeEach(async () => {
try {
await actions.startVCAN({
Expand Down

0 comments on commit 0dafed9

Please sign in to comment.