Skip to content

Commit

Permalink
Added comments for unit test as it requires setup on some OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
pierresouchay committed May 19, 2020
1 parent 24f850f commit bfdfde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/consul/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ func TestServer_JoinLAN(t *testing.T) {

// TestServer_JoinLAN_SerfAllowedCIDRs test that IPs might be blocked
// with Serf.
// To run properlly, this test requires to be able to bind and have access
// To run properly, this test requires to be able to bind and have access
// on 127.0.1.1 which is the case for most Linux machines and Windows,
// so Unit test will run in the CI.
// To run it on Mac OS, please run this commandd first, otherwise the
Expand Down

0 comments on commit bfdfde5

Please sign in to comment.