Skip to content

Commit 586982a

Browse files
committed
remove skip
1 parent a92cf05 commit 586982a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/sandbox-tasks.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe('Sandbox Tasks', () => {
9393
});
9494
});
9595

96-
describe.skip('Task operations', () => {
96+
describe('Task operations', () => {
9797
// These tests are skipped as they require specific task configurations
9898
// and may interfere with running tasks
9999
it('should run a task', async () => {

0 commit comments

Comments
 (0)