We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069f7c5 commit e0d4e58Copy full SHA for e0d4e58
test/e2e/conn-describe.e2e.test.js
@@ -68,7 +68,7 @@ process.env['FRODO_CONNECTION_PROFILES_PATH'] =
68
const env = getEnv(c);
69
const classicEnv = getEnv(cc);
70
71
-describe('frodo conn describe', () => {
+describe.skip('frodo conn describe', () => {
72
testif(process.env['FRODO_MASTER_KEY'] || process.env['FRODO_MASTER_KEY_PATH'])(
73
`"frodo conn describe ${c.host}": should describe the connection`,
74
async () => {
0 commit comments