Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
esigo committed Nov 19, 2023
1 parent cd310b9 commit 71638d4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions exporters/prometheus/test/exporter_utils_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -347,16 +347,6 @@ TEST_F(SanitizeTest, Name)
CheckSanitizeName("name?__name:", "name_name:");
}

TEST_F(SanitizeTest, Label)
{
CheckSanitizeLabel("name", "name");
CheckSanitizeLabel("name?", "name_");
CheckSanitizeLabel("name???", "name_");
CheckSanitizeLabel("name?__", "name_");
CheckSanitizeLabel("name?__name", "name_name");
CheckSanitizeLabel("name?__name:", "name_name_");
}

class AttributeCollisionTest : public ::testing::Test
{
Resource resource_ = Resource::Create(ResourceAttributes{});
Expand Down

0 comments on commit 71638d4

Please sign in to comment.