Disable flaky sideEffect test
Summary: See T93353978 Reviewed By: mweststrate Differential Revision: D29160508 fbshipit-source-id: 79ac5247e7fd1b4b0a2903b1a40833e2870e299c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0aadb862ee
commit
f2e67c8055
@@ -59,7 +59,8 @@ describe('sideeffect', () => {
|
||||
console.error = origError;
|
||||
});
|
||||
|
||||
test('can run a basic effect', async () => {
|
||||
// TODO(T93353978): Re-enable.
|
||||
test.skip('can run a basic effect', async () => {
|
||||
unsubscribe = sideEffect(
|
||||
store,
|
||||
{name: 'test', throttleMs: 1},
|
||||
|
||||
Reference in New Issue
Block a user