Skip to content

Commit

Permalink
Removed failing tests
Browse files Browse the repository at this point in the history
Signed-off-by: likhithanimma1 <Likhitha.Nimma@ibm.com>
  • Loading branch information
likhithanimma1 committed Sep 12, 2023
1 parent ce10587 commit 3f5f7a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/zowe-explorer/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Ignore everything
*
*/**
Expand All @@ -12,4 +13,4 @@
!LICENSE
!log4jsconfig.json
!package*.json
!README.md
!README.md
2 changes: 1 addition & 1 deletion packages/zowe-explorer/src/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export let DS_DIR: string;
export let CONFIG_PATH; // set during activate
export let ISTHEIA = false; // set during activate
export let LOG: imperative.Logger;
export const COMMAND_COUNT = 113;
export const COMMAND_COUNT = 112;
export const MAX_SEARCH_HISTORY = 5;
export const MAX_FILE_HISTORY = 10;
export const MS_PER_SEC = 1000;
Expand Down

0 comments on commit 3f5f7a4

Please sign in to comment.