Skip to content

Commit 0e1a30f

Browse files
committed
Fix comments in bazel TESTS_TO_SKIP
1 parent 6207811 commit 0e1a30f

File tree

1 file changed

+2
-2
lines changed
  • conformance/src/test/java/dev/cel/conformance

1 file changed

+2
-2
lines changed

conformance/src/test/java/dev/cel/conformance/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ _TESTS_TO_SKIP_LEGACY = [
119119

120120
# Skip until fixed.
121121
"fields/qualified_identifier_resolution/map_value_repeat_key_heterogeneous",
122-
# TODO: Add strings.format and strings.quote.
122+
# TODO: Add strings.format.
123123
"string_ext/format",
124124
"string_ext/format_errors",
125125

@@ -147,7 +147,7 @@ _TESTS_TO_SKIP_LEGACY = [
147147
]
148148

149149
_TESTS_TO_SKIP_PLANNER = [
150-
# TODO: Add strings.format and strings.quote.
150+
# TODO: Add strings.format.
151151
"string_ext/format",
152152
"string_ext/format_errors",
153153

0 commit comments

Comments
 (0)