fix: dont run in ci?

This commit is contained in:
mrkaye97
2025-05-16 14:43:12 -04:00
parent 74aae469f0
commit 7e9deae85c
@@ -5,7 +5,7 @@ import { SIMPLE_EVENT, lower, Input } from './workflow';
import { hatchet } from '../hatchet-client';
import { Worker } from '../../client/worker/worker';
describe('events-e2e', () => {
xdescribe('events-e2e', () => {
let worker: Worker;
let testRunId: string;