Explorar el Código

disable flaky test

Guy Carmeli hace 6 años
padre
commit
9cfa8ce61f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      e2e/StaticLifecycleEvents.test.js

+ 1
- 1
e2e/StaticLifecycleEvents.test.js Ver fichero

@@ -16,7 +16,7 @@ describe('static lifecycle events', () => {
16 16
     await expect(elementByLabel('componentDidDisappear | navigation.playground.WelcomeScreen')).toBeVisible();
17 17
   });
18 18
 
19
-  it('unmounts when dismissed', async () => {
19
+  it(':ios: unmounts when dismissed', async () => {
20 20
     await elementById(testIDs.PUSH_STATIC_LIFECYCLE_BUTTON).tap();
21 21
     await expect(elementByLabel('Static Lifecycle Events Overlay')).toBeVisible();
22 22
     await elementById(testIDs.DISMISS_BUTTON).tap();