summaryrefslogtreecommitdiffstats
path: root/third_party/rust/glean/src/common_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/glean/src/common_test.rs')
-rw-r--r--third_party/rust/glean/src/common_test.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/rust/glean/src/common_test.rs b/third_party/rust/glean/src/common_test.rs
index fdb7cfadbf..e3c80da5f2 100644
--- a/third_party/rust/glean/src/common_test.rs
+++ b/third_party/rust/glean/src/common_test.rs
@@ -42,6 +42,7 @@ pub(crate) fn new_glean(
Some(c) => c,
None => ConfigurationBuilder::new(true, tmpname, GLOBAL_APPLICATION_ID)
.with_server_endpoint("invalid-test-host")
+ .with_event_timestamps(false)
.build(),
};