Skip to content

Commit 23fb03b

Browse files
iwulizRafaelGSS
authored andcommitted
test: remove duplicate skip AIX
PR-URL: #54917 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Xuguang Mei <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
1 parent 2b5e708 commit 23fb03b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/parallel/test-runner-run-watch.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ describe('test runner watch mode', () => {
199199
await testWatch({ fileToUpdate: 'test.js', action: 'rename' });
200200
});
201201

202-
it('should not throw when deleting a watched test file', { skip: common.isAIX }, async () => {
202+
it('should not throw when deleting a watched test file', async () => {
203203
await testWatch({ fileToUpdate: 'test.js', action: 'delete' });
204204
});
205205

test/parallel/test-runner-watch-mode.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ describe('test runner watch mode', () => {
186186
await testWatch({ fileToUpdate: 'test.js', action: 'rename' });
187187
});
188188

189-
it('should not throw when delete a watched test file', { skip: common.isAIX }, async () => {
189+
it('should not throw when delete a watched test file', async () => {
190190
await testWatch({ fileToUpdate: 'test.js', action: 'delete' });
191191
});
192192

0 commit comments

Comments
 (0)