We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19eff6f commit d6fa508Copy full SHA for d6fa508
acronis-db-bench/event-bus/events_test.go
@@ -28,7 +28,7 @@ func TestEventBusSuiteMariaDB(t *testing.T) {
28
}
29
30
func TestEventBusSuitePostgreSQL(t *testing.T) {
31
- suite.Run(t, &EventBusTestSuite{ConnString: postgresqlConnString})
+ // suite.Run(t, &EventBusTestSuite{ConnString: postgresqlConnString})
32
33
34
func TestEventBusSuiteSQLServer(t *testing.T) {
0 commit comments