mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-06 21:53:09 -06:00
Uncomment all database test
This commit is contained in:
parent
2d2b7e1437
commit
4b06681225
|
|
@ -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
|
// Tests what happens when we create a room and then /sync before all events from /createRoom have
|
||||||
// been sent to the syncapi
|
// been sent to the syncapi
|
||||||
func TestSyncAPICreateRoomSyncEarly(t *testing.T) {
|
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) {
|
func testSyncAPICreateRoomSyncEarly(t *testing.T, dbType test.DBType) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue