mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
inlet/flow: restrict rate-limit test to Linux
It often fails on MacOS on GitHub
This commit is contained in:
@@ -71,7 +71,7 @@ func TestFlow(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// With rate limiting
|
// With rate limiting
|
||||||
{
|
if runtime.GOOS == "Linux" {
|
||||||
r := reporter.NewMock(t)
|
r := reporter.NewMock(t)
|
||||||
config := DefaultConfiguration()
|
config := DefaultConfiguration()
|
||||||
config.RateLimit = 1000
|
config.RateLimit = 1000
|
||||||
|
|||||||
Reference in New Issue
Block a user