You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/cypress/e2e/unit_tests/p1_2_fleet.spec.ts
+80Lines changed: 80 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1624,3 +1624,83 @@ describe('Test helm chart dependency download with `disableDependencyUpdate: tru
1624
1624
})
1625
1625
)
1626
1626
});
1627
+
1628
+
describe('Test bundle deploy with overrideTargets by label availability on clusters.',{tags: '@p1_2'},()=>{
1629
+
1630
+
qase(92,
1631
+
it("Fleet-92: Test bundle did not get deploy on the target mentioned in the GitRepo when `overrideTargets` is set in the `fleet.yaml` when label is missing on cluster.",{tags: '@fleet-92'},()=>{
it("Fleet-93: Test bundle get deploy on the target mentioned in the GitRepo provided that `overrideTargets` is present in the `fleet.yaml` after adding label on cluster.",{tags: '@fleet-93'},()=>{
0 commit comments