Skip to content

Commit

Permalink
Re-enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Oct 3, 2023
1 parent 7154e7f commit 0d972f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compliance-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
fail-fast: false
matrix:
version: [1.0.0, 1.1.0]
db: ["boltdb"]
compute: ["slurm"]
db: ["boltdb", "mongodb"]
compute: ["local", "slurm"]
needs: build
runs-on: ubuntu-latest
container:
Expand Down
1 change: 0 additions & 1 deletion tests/config_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func DefaultConfig() config.Config {
}
}

conf.Database = "mongodb"
return TestifyConfig(conf)
}

Expand Down
2 changes: 0 additions & 2 deletions tests/funnel_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ func NewFunnel(conf config.Config) *Funnel {
panic(derr)
}

fmt.Println("Starting Funnel server with config Database:", conf.Database)
fmt.Println("Config MongoDB:", conf.MongoDB)
srv, err := servercmd.NewServer(context.Background(), conf, log)
if err != nil {
panic(err)
Expand Down

0 comments on commit 0d972f1

Please sign in to comment.