diff --git a/lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py b/lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py --- a/lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py +++ b/lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py @@ -25,6 +25,8 @@ @expectedFailureAndroid("http://llvm.org/pr23762", api_levels=[16]) @expectedFailureNetBSD @skipIfReproducer # File synchronization is not supported during replay. + @skipIftvOS # fork not available on tvOS. + @skipIfwatchOS # fork not available on watchOS. def test_setpgid(self): self.build() exe = self.getBuildArtifact("a.out")