Skip to content

Commit 737c500

Browse files
authored
ci: require inbound replay span for e2e tests (#124)
1 parent e0ef2b5 commit 737c500

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/instrumentation/libraries/e2e-common/base-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ log "Phase 3: Running Tusk Tests" "$BLUE"
230230
log "================================================" "$BLUE"
231231

232232
set +e
233-
TEST_OUTPUT=$(TUSK_ANALYTICS_DISABLED=1 tusk run --print --output-format json --enable-service-logs 2>&1)
233+
TEST_OUTPUT=$(TUSK_ANALYTICS_DISABLED=1 TUSK_REQUIRE_INBOUND_REPLAY_SPAN=1 tusk run --print --output-format json --enable-service-logs 2>&1)
234234
TUSK_EXIT=$?
235235
set -e
236236

0 commit comments

Comments
 (0)