Skip to content

Commit 699037d

Browse files
disable unsupported test
1 parent 56b3f5a commit 699037d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/looker/looker_integration_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1897,8 +1897,9 @@ func TestLooker(t *testing.T) {
18971897
wantResult = "views"
18981898
tests.RunToolInvokeParametersTest(t, "get_project_directories", []byte(`{"project_id": "the_look"}`), wantResult)
18991899

1900-
wantResult = "{\"status\": \"success\", \"message\": \"Triggered view generation for project the_look in folder views\"}"
1901-
tests.RunToolInvokeParametersTest(t, "create_view_from_table", []byte(`{"project_id": "the_look", "connection": "thelook", "tables": [{"schema": "demo_db", "table_name": "Employees"}]}`), wantResult)
1900+
// Add test back when infrastructure for testing supports it.
1901+
// wantResult = "{\"status\": \"success\", \"message\": \"Triggered view generation for project the_look in folder views\"}"
1902+
// tests.RunToolInvokeParametersTest(t, "create_view_from_table", []byte(`{"project_id": "the_look", "connection": "thelook", "tables": [{"schema": "demo_db", "table_name": "Employees"}]}`), wantResult)
19021903

19031904
wantResult = "Deleted"
19041905
tests.RunToolInvokeParametersTest(t, "delete_project_directory", []byte(`{"project_id": "the_look", "directory_path": "views"}`), wantResult)

0 commit comments

Comments
 (0)