Skip to content

Commit c3dacf1

Browse files
committed
chore(tests): enabled floor settings clean-up
1 parent 604d268 commit c3dacf1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

model-armor/test/modelarmor.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,8 @@ describe('Model Armor tests', () => {
371371

372372
after(async () => {
373373
for (const templateName of templatesToDelete) {
374-
// TODO(b/424365799): Uncomment below code once the mentioned issue is resolved
375374
// Disable floor settings to restore original state
376-
// await disableFloorSettings();
375+
await disableFloorSettings();
377376

378377
await deleteTemplate(templateName);
379378
}

0 commit comments

Comments
 (0)