File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
modelarmor/src/test/java/modelarmor Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,7 @@ private static void requireEnvVar(String varName) {
124
124
public static void beforeAll () throws IOException {
125
125
requireEnvVar ("GOOGLE_CLOUD_PROJECT" );
126
126
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
129
128
// requireEnvVar("MA_FOLDER_ID");
130
129
// requireEnvVar("MA_ORG_ID");
131
130
@@ -171,8 +170,7 @@ private static String randomId() {
171
170
public static void afterAll () throws IOException {
172
171
requireEnvVar ("GOOGLE_CLOUD_PROJECT" );
173
172
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
176
174
// requireEnvVar("MA_FOLDER_ID");
177
175
// requireEnvVar("MA_ORG_ID");
178
176
// resetFloorSettings();
@@ -433,9 +431,7 @@ private static void resetFloorSettings() throws IOException {
433
431
}
434
432
435
433
// 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
439
435
440
436
@ Ignore
441
437
@ Test
You can’t perform that action at this time.
0 commit comments