* Add ability to skip individual tests - Added `runtime.SkipIf` - Re-combined federation test as it can now be individually skipped on Dendrite. From a CI perspective, no changes are required as this uses the existing build tags setup to detect HS impl. * Update onboarding
7 lines
84 B
Go
7 lines
84 B
Go
// +build synapse_blacklist
|
|
|
|
package runtime
|
|
|
|
func init() {
|
|
Homeserver = Synapse
|
|
}
|