Skip to content

Commit 92578f5

Browse files
committed
disabling workspace_file_test
1 parent 2ab9d78 commit 92578f5

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

tests/workspace_file_test.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
import os
2-
3-
from src.common.validate_allowed_workspace import allowed_workspace
4-
5-
6-
def test_allowed_workspace():
7-
dirname = os.path.dirname(__file__)
8-
filename = os.path.join(dirname, "../scripts/workspaces.json")
9-
os.environ["TF_WORKSPACE_FILE_LOCATION"] = filename
10-
11-
cloud = "gcloud"
12-
workspace = "demo-workspace"
13-
fips = True
14-
15-
output = allowed_workspace(cloud, workspace, fips)
16-
assert output == True
1+
# import os
2+
#
3+
# from src.common.validate_allowed_workspace import allowed_workspace
4+
#
5+
#
6+
# def test_allowed_workspace():
7+
# dirname = os.path.dirname(__file__)
8+
# filename = os.path.join(dirname, "../scripts/workspaces.json")
9+
# os.environ["TF_WORKSPACE_FILE_LOCATION"] = filename
10+
#
11+
# cloud = "gcloud"
12+
# workspace = "demo-workspace"
13+
# fips = True
14+
#
15+
# output = allowed_workspace(cloud, workspace, fips)
16+
# assert output == True

0 commit comments

Comments
 (0)