mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Remove reload fix from main
This workaround will not work for v2.10 branch features Signed-off-by: Waldemar Quevedo <wally@nats.io>
This commit is contained in:
@@ -2509,6 +2509,7 @@ func TestConfigReloadClusterPermsOldServer(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestConfigReloadAccountUsers(t *testing.T) {
|
||||
t.Skip("fix for this needs to be revisited for v2.10 release")
|
||||
conf := createConfFile(t, []byte(`
|
||||
listen: "127.0.0.1:-1"
|
||||
accounts {
|
||||
@@ -2726,6 +2727,7 @@ func TestConfigReloadAccountUsers(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestConfigReloadAccountWithNoChanges(t *testing.T) {
|
||||
t.Skip("fix for this needs to be revisited for v2.10 release")
|
||||
conf := createConfFile(t, []byte(`
|
||||
listen: "127.0.0.1:-1"
|
||||
system_account: sys
|
||||
|
||||
Reference in New Issue
Block a user