We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7719ad commit 33d6b53Copy full SHA for 33d6b53
frontend/src/__tests__/cypress/cypress/tests/e2e/dataScienceProjects/models/testDeployOCIModel.cy.ts
@@ -26,7 +26,7 @@ let modelDeploymentName: string;
26
const uuid = generateTestUUID();
27
28
describe(
29
- '[Product Bug: RHOAIENG-30799] A user can create an OCI connection and deploy a model with it',
+ '[Product Bug: RHOAIENG-31085] A user can create an OCI connection and deploy a model with it',
30
{ testIsolation: false },
31
() => {
32
let testData: DeployOCIModelData;
0 commit comments