aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorJamal Carvalho <jamal@golang.org>2021-06-17 14:09:46 -0400
committerJamal Carvalho <jamal@golang.org>2021-06-17 20:44:13 +0000
commite96f732aa97f887df568a6785a6480c6f40602be (patch)
tree42638aa559d79d84d1fddf92a55d5019e02ec4d7 /devtools
parentb127364c763dab84c12ef77c697794153016dfba (diff)
downloadgo-x-pkgsite-e96f732aa97f887df568a6785a6480c6f40602be.tar.xz
devtools,e2e: separate mobile and desktop snapshot tests
Separate the mobile and desktop snapshot tests to reduce test flake. Run tests serially in the current process with --runInBand. Change-Id: I5841a6188e861cf5c60b3b602ffe70838d95ee09 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/328972 Trust: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/run_e2e.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/run_e2e.sh b/devtools/run_e2e.sh
index 7f7793b1..23ea69e5 100755
--- a/devtools/run_e2e.sh
+++ b/devtools/run_e2e.sh
@@ -31,7 +31,7 @@ main() {
trap cleanup EXIT
trap error ERR
- local files="e2e"
+ local files="e2e --runInBand"
for arg in "$@"; do
if [[ $arg == e2e/* ]];then
files=""