We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10c0c0 commit c95f348Copy full SHA for c95f348
1 file changed
test/e2e/assertions/digitalocean.ts
@@ -173,10 +173,10 @@ export function validateVolumeMounting(
173
return false;
174
}
175
176
- // For now, we'll pass this test automatically with a warning
+ // For now, we'll pass this test automatically with a info
177
// since DigitalOcean doesn't have direct volume mounting in App Spec
178
- console.warn(`Note: DigitalOcean App Platform doesn't support direct volume mounts like ${mountPath}.`);
179
- console.warn('Volume tests are skipped for DigitalOcean as they would need a different approach.');
+ console.info(`Note: DigitalOcean App Platform doesn't support direct volume mounts like ${mountPath}.`);
+ console.info('Volume tests are skipped for DigitalOcean as they would need a different approach.');
180
181
return true;
182
0 commit comments