Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Jul 8, 2022
commit b446acb145c05dc6d01d4c977d2be8eb931cabd6
1 change: 0 additions & 1 deletion go/internal/test/go_integration_test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ func SetupCleanFeatureRepo(basePath string) error {
if err != nil {
return err
}
time.Sleep(30)
applyCommand := exec.Command("feast", "apply")
applyCommand.Env = os.Environ()
featureRepoPath, err := filepath.Abs(filepath.Join(path, "feature_repo"))
Expand Down