Skip to content

Commit 42500bb

Browse files
committed
Commit
1 parent 14f6e21 commit 42500bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

drift/instrumentation/e2e_common/base_runner.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,10 @@ def run_tests(self):
285285
self.log("Phase 3: Running Tusk Tests", Colors.BLUE)
286286
self.log("=" * 50, Colors.BLUE)
287287

288-
env = {"TUSK_ANALYTICS_DISABLED": "1"}
288+
env = {
289+
"TUSK_ANALYTICS_DISABLED": "1",
290+
"TUSK_REQUIRE_INBOUND_REPLAY_SPAN": "1",
291+
}
289292

290293
result = self.run_command(
291294
["tusk", "run", "--print", "--output-format", "json", "--enable-service-logs"],

0 commit comments

Comments
 (0)