Skip to content

Commit

Permalink
remove .only, add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
coliu-akamai committed Oct 22, 2024
1 parent 7642ee4 commit 6892f56
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1351,10 +1351,13 @@ describe('LKE cluster updates', () => {
});
});

describe.only('LKE ACL updates', () => {
describe('LKE ACL updates', () => {
const mockCluster = kubernetesClusterFactory.build();
const mockRevisionId = randomString(20);

/**
* - Confirms LKE ACL is only rendered if an account has the corresponding capability
*/
it('does not show ACL without the LKE ACL capability', () => {
mockGetAccount(
accountFactory.build({
Expand Down

0 comments on commit 6892f56

Please sign in to comment.