Skip to content

Commit 4ed4110

Browse files
committed
test(live): skip structure suite in fast mode
1 parent db564fb commit 4ed4110

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/live-test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ usage() {
1616
Usage: scripts/live-test.sh [options]
1717
1818
Options:
19-
--fast Skip slower tests (docs/sheets/slides)
19+
--fast Skip slower tests (docs/sheets/slides/structure)
2020
--strict Fail on optional tests (groups/keep/enterprise)
2121
--allow-nontest Allow running against non-test accounts
2222
--account <email> Account to use (defaults to GOG_IT_ACCOUNT or first auth)
@@ -109,9 +109,9 @@ fi
109109
SKIP="${SKIP:-${GOG_LIVE_SKIP:-}}"
110110
if [ "$FAST" = true ]; then
111111
if [ -n "$SKIP" ]; then
112-
SKIP="$SKIP,docs,sheets,slides"
112+
SKIP="$SKIP,docs,sheets,slides,structure"
113113
else
114-
SKIP="docs,sheets,slides"
114+
SKIP="docs,sheets,slides,structure"
115115
fi
116116
fi
117117

0 commit comments

Comments
 (0)