diff --git a/tests/csapi/room_upgrade_test.go b/tests/csapi/room_upgrade_test.go index 17cd8686..bedc2663 100644 --- a/tests/csapi/room_upgrade_test.go +++ b/tests/csapi/room_upgrade_test.go @@ -50,10 +50,6 @@ func TestPushRuleRoomUpgrade(t *testing.T) { t.Run(upgradeDescriptorPrefix+"upgrading a room carries over existing push rules for local users", func(t *testing.T) { t.Parallel() - // FIXME: We have to skip this test on Dendrite because it doesn't seem to send - // the new push rules down sync in many scenarios. - runtime.SkipIf(t, runtime.Dendrite) - // FIXME: We have to skip this test on Synapse until // https://github.com/element-hq/synapse/issues/19199 is resolved. if useManualRoomUpgrade { @@ -173,10 +169,6 @@ func TestPushRuleRoomUpgrade(t *testing.T) { t.Run("joining a remote "+upgradeDescriptorPrefix+"upgraded room carries over existing push rules", func(t *testing.T) { t.Parallel() - // FIXME: We have to skip this test on Dendrite because it doesn't seem to send - // the new push rules down sync in many scenarios. - runtime.SkipIf(t, runtime.Dendrite) - // Start a sync loop _, bobSince := bob.MustSync(t, client.SyncReq{TimeoutMillis: "0"}) _, bob2Since := bob2.MustSync(t, client.SyncReq{TimeoutMillis: "0"})