Skip to content

Commit a438abf

Browse files
chore(modelarmor): refactored TODO messages
1 parent 503860c commit a438abf

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

modelarmor/src/test/java/modelarmor/SnippetsIT.java

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ private static void requireEnvVar(String varName) {
124124
public static void beforeAll() throws IOException {
125125
requireEnvVar("GOOGLE_CLOUD_PROJECT");
126126

127-
// TODO: Uncomment below once floor setting API issues are resolved.
128-
// See buganizer ticket b/424365799 for status.
127+
// TODO(b/424365799): Uncomment below code once the mentioned issue is resolved
129128
// requireEnvVar("MA_FOLDER_ID");
130129
// requireEnvVar("MA_ORG_ID");
131130

@@ -171,8 +170,7 @@ private static String randomId() {
171170
public static void afterAll() throws IOException {
172171
requireEnvVar("GOOGLE_CLOUD_PROJECT");
173172

174-
// TODO: Uncomment below once floor setting API issues are resolved.
175-
// See buganizer ticket b/424365799 for status.
173+
// TODO(b/424365799): Uncomment below code once the mentioned issue is resolved
176174
// requireEnvVar("MA_FOLDER_ID");
177175
// requireEnvVar("MA_ORG_ID");
178176
// resetFloorSettings();
@@ -433,9 +431,7 @@ private static void resetFloorSettings() throws IOException {
433431
}
434432

435433
// Tests for Folder setting snippets.
436-
437-
// TODO: Remove ignore for below tests once floor setting API issues are resolved.
438-
// See buganizer ticket b/424365799 for status.
434+
// TODO(b/424365799): Enable below tests once the mentioned issue is resolved
439435

440436
@Ignore
441437
@Test

0 commit comments

Comments
 (0)