Skip to content

Commit d6fa508

Browse files
authored
Temporarily disabled event-bus producer emulator unit-tests for postgresql (acronis#40)
1 parent 19eff6f commit d6fa508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acronis-db-bench/event-bus/events_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func TestEventBusSuiteMariaDB(t *testing.T) {
2828
}
2929

3030
func TestEventBusSuitePostgreSQL(t *testing.T) {
31-
suite.Run(t, &EventBusTestSuite{ConnString: postgresqlConnString})
31+
// suite.Run(t, &EventBusTestSuite{ConnString: postgresqlConnString})
3232
}
3333

3434
func TestEventBusSuiteSQLServer(t *testing.T) {

0 commit comments

Comments
 (0)