Files
mattermost/server
Doug Lauder 69f30c21e9 MM-68708 - Fix TestCreatePost shared DM/GM subtests when env pins feature flag (#36488)
The two shared DM/GM subtests in TestCreatePost rely on
  FeatureFlags.EnableSharedChannelsDMs being false, but the config store
  reapplies MM_FEATUREFLAGS_* env overrides on every Set, so an
  UpdateConfig pin gets clobbered. Use t.Setenv to force the flag false
  for the duration of each subtest, and drop the parent's
  mainHelper.Parallel(t) so Go's "no Setenv under a parallel ancestor"
  rule is satisfied. Sibling subtests still parallelize via their own
  mainHelper.Parallel(t) calls.
2026-05-12 08:43:57 -04:00
..
2026-05-11 12:29:25 +02:00
2026-04-21 02:33:20 -07:00