Skip to content

Commit cea5594

Browse files
authored
cleanup(bigtable): don't test time output, which could change (#7250)
1 parent e8ebffa commit cea5594

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

google/cloud/bigtable/benchmarks/benchmark_options_test.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,13 @@ TEST(BenchmarkOptions, Defaults) {
6464

6565
TEST(BenchmarkOptions, Initialization) {
6666
auto const re = std::regex(testing::RandomTableIdRegex());
67-
auto const now = absl::FormatTime("%FT%TZ", absl::Now(), absl::UTCTimeZone());
6867
auto options = ParseBenchmarkOptions(
6968
{
7069
"self-test",
7170
"--project-id=a",
7271
"--instance-id=b",
7372
},
7473
"");
75-
EXPECT_EQ(now, options->start_time);
7674
EXPECT_TRUE(std::regex_match(options->table_id, re));
7775
EXPECT_THAT(options->notes, ::testing::HasSubstr(bigtable::version_string()));
7876
}

0 commit comments

Comments
 (0)