diff --git a/testing/cwtch_peer_server_integration_test.go b/testing/cwtch_peer_server_integration_test.go index 6ec206f..4f919c3 100644 --- a/testing/cwtch_peer_server_integration_test.go +++ b/testing/cwtch_peer_server_integration_test.go @@ -150,6 +150,12 @@ func TestCwtchPeerIntegration(t *testing.T) { numGoRoutinesPostAppStart := runtime.NumGoroutine() // ***** cwtchPeer setup ***** + // Turn on File Sharing Experiment... + settings := app.ReadSettings() + settings.ExperimentsEnabled = true + settings.Experiments[constants.GroupsExperiment] = true + app.UpdateSettings(settings) + log.Infoln("Creating Alice...") app.CreateProfile("Alice", "asdfasdf", true)