File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -4918,7 +4918,6 @@ func TestIntegration_DataAuthorizedView(t *testing.T) {
49184918}
49194919
49204920func TestIntegration_DataMaterializedView (t * testing.T ) {
4921- t .Skip ("Feature not out yet" )
49224921 testEnv , err := NewIntegrationEnv ()
49234922 if err != nil {
49244923 t .Fatalf ("IntegrationEnv: %v" , err )
@@ -5036,7 +5035,6 @@ func TestIntegration_DataMaterializedView(t *testing.T) {
50365035}
50375036
50385037func TestIntegration_AdminLogicalView (t * testing.T ) {
5039- t .Skip ("Feature not out yet" )
50405038 testEnv , err := NewIntegrationEnv ()
50415039 if err != nil {
50425040 t .Fatalf ("IntegrationEnv: %v" , err )
@@ -5149,7 +5147,6 @@ func TestIntegration_AdminLogicalView(t *testing.T) {
51495147}
51505148
51515149func TestIntegration_AdminMaterializedView (t * testing.T ) {
5152- t .Skip ("Feature not out yet" )
51535150 testEnv , err := NewIntegrationEnv ()
51545151 if err != nil {
51555152 t .Fatalf ("IntegrationEnv: %v" , err )
You can’t perform that action at this time.
0 commit comments