Skip to content

Commit 39ad76e

Browse files
authored
[APM] Disable flaky rum e2e’s (#72614) (#72638)
1 parent c03f99f commit 39ad76e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

x-pack/plugins/apm/e2e/run-e2e.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ normal=$(tput sgr0)
1818

1919
# paths
2020
E2E_DIR="${0%/*}"
21-
TMP_DIR="./tmp"
22-
APM_IT_DIR="./tmp/apm-integration-testing"
21+
TMP_DIR="tmp"
22+
APM_IT_DIR="tmp/apm-integration-testing"
2323

2424
cd ${E2E_DIR}
2525

0 commit comments

Comments
 (0)