Skip to content

Commit

Permalink
Desactivate other providers to speed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Nov 10, 2023
1 parent 2d3f5c6 commit 3b6ae14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@ func (c *Client) registerProviders() {
}

c.registerASRRProvider()
c.registerGofishProvider()
c.registerIntelAMTProvider()
c.registerDellProvider()
c.registerSupermicroProvider()
//c.registerGofishProvider()
//c.registerIntelAMTProvider()
//c.registerDellProvider()
//c.registerSupermicroProvider()
}

// GetMetadata returns the metadata that is populated after each BMC function/method call
Expand Down

0 comments on commit 3b6ae14

Please sign in to comment.