Skip to content

Commit

Permalink
restore underscore after DISABLED in test name (#4497)
Browse files Browse the repository at this point in the history
Restore the underscore after DISABLED to tell googletest that the test
should be excluded.
  • Loading branch information
grg authored Mar 4, 2024
1 parent f2be187 commit f02d57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gtest/p4runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ TEST_F(P4Runtime, P416MatchFields) {
}
}

TEST_F(P4Runtime, DISABLEDP414MatchFields) {
TEST_F(P4Runtime, DISABLED_P414MatchFields) {
using MatchField = p4configv1::MatchField;

auto test = createP4RuntimeTestCase(P4_SOURCE(P4Headers::NONE, R"(
Expand Down

0 comments on commit f02d57e

Please sign in to comment.