Attempt to fix TestSSO (#41743)

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #41745
Attempt to fix TestIntegrationsMDM/TestSSO by adding
s.setSkipWorkerJobs(t). It looks like that test uses s.runWorker()
manually anyway and it still passes.
This commit is contained in:
Jonathan Katz
2026-03-16 10:23:37 -04:00
committed by GitHub
parent 01d13f5080
commit b9c8fb09d2
+1
View File
@@ -6202,6 +6202,7 @@ func (s *integrationMDMTestSuite) setTokenForTest(t *testing.T, email, password
func (s *integrationMDMTestSuite) TestSSO() {
t := s.T()
s.setSkipWorkerJobs(t)
lastSubmittedProfile := &godep.Profile{}
mdmDevice, wantSettings := s.setUpEndUserAuthentication(t, lastSubmittedProfile, true)