Skip to content

Commit

Permalink
chore(test): remove k8s_e2e tag from kubernetes-context-smoke.ts.spec…
Browse files Browse the repository at this point in the history
… (#10131)

chore(test): remove k8s tag
Signed-off-by: Anton Misskii <[email protected]>
  • Loading branch information
amisskii authored Nov 28, 2024
1 parent ed7657c commit 601c558
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ test.afterAll(async ({ runner }) => {
await runner.close();
});

test.describe.serial('Verification of kube context management', { tag: ['@k8s_e2e', '@smoke'] }, () => {
test.describe.serial('Verification of kube context management', { tag: '@smoke' }, () => {
test('Load custom kubeconfig in Preferences', async ({ navigationBar }) => {
// open preferences page
const settingsBar = await navigationBar.openSettings();
Expand Down

0 comments on commit 601c558

Please sign in to comment.