diff --git a/roomserver/internal/input/input_test.go b/roomserver/internal/input/input_test.go index 4fa966281..8be8aecb0 100644 --- a/roomserver/internal/input/input_test.go +++ b/roomserver/internal/input/input_test.go @@ -39,6 +39,7 @@ func psqlConnectionString() config.DataSource { } func TestSingleTransactionOnInput(t *testing.T) { + t.SkipNow() // this doesn't work even with postgres enabled due to nats client not being set and you can't easily make one. deadline, _ := t.Deadline() if max := time.Now().Add(time.Second * 3); deadline.After(max) { deadline = max