Uncomment all database test

This commit is contained in:
Kegan Dougal 2022-05-11 12:46:41 +01:00
parent 2d2b7e1437
commit 4b06681225

View file

@ -167,12 +167,9 @@ func testSyncAccessTokens(t *testing.T, dbType test.DBType) {
// Tests what happens when we create a room and then /sync before all events from /createRoom have
// been sent to the syncapi
func TestSyncAPICreateRoomSyncEarly(t *testing.T) {
testSyncAPICreateRoomSyncEarly(t, test.DBTypePostgres)
/*
test.WithAllDatabases(t, func(t *testing.T, dbType test.DBType) {
testSyncAPICreateRoomSyncEarly(t, dbType)
})
*/
test.WithAllDatabases(t, func(t *testing.T, dbType test.DBType) {
testSyncAPICreateRoomSyncEarly(t, dbType)
})
}
func testSyncAPICreateRoomSyncEarly(t *testing.T, dbType test.DBType) {