mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
test: remove duplicate skip AIX
PR-URL: https://github.com/nodejs/node/pull/54917 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Xuguang Mei <meixuguang@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
This commit is contained in:
parent
a65105ec28
commit
6db320acbc
@ -199,7 +199,7 @@ describe('test runner watch mode', () => {
|
||||
await testWatch({ fileToUpdate: 'test.js', action: 'rename' });
|
||||
});
|
||||
|
||||
it('should not throw when deleting a watched test file', { skip: common.isAIX }, async () => {
|
||||
it('should not throw when deleting a watched test file', async () => {
|
||||
await testWatch({ fileToUpdate: 'test.js', action: 'delete' });
|
||||
});
|
||||
|
||||
|
@ -186,7 +186,7 @@ describe('test runner watch mode', () => {
|
||||
await testWatch({ fileToUpdate: 'test.js', action: 'rename' });
|
||||
});
|
||||
|
||||
it('should not throw when delete a watched test file', { skip: common.isAIX }, async () => {
|
||||
it('should not throw when delete a watched test file', async () => {
|
||||
await testWatch({ fileToUpdate: 'test.js', action: 'delete' });
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user