[lldb] Disable TestStackFromStdModule.py

TestStackFromStdModule.py started failing due to f4fb72e6d4ce
(https://reviews.llvm.org/D128146), with a clang assertion failure:
assert(isa<InjectedClassNameType>(Decl->TypeForDecl))

GitOrigin-RevId: 5ee910fef52448c141d0cd2507cee29432541cda
diff --git a/test/API/commands/expression/import-std-module/stack/TestStackFromStdModule.py b/test/API/commands/expression/import-std-module/stack/TestStackFromStdModule.py
index ab3b0c7..0c37df6 100644
--- a/test/API/commands/expression/import-std-module/stack/TestStackFromStdModule.py
+++ b/test/API/commands/expression/import-std-module/stack/TestStackFromStdModule.py
@@ -11,6 +11,7 @@
     @add_test_categories(["libc++"])
     @skipIf(compiler=no_match("clang"))
     @skipIfLinux # Declaration in some Linux headers causes LLDB to crash.
+    @skipIf(bugnumber="rdar://97622854")
     def test(self):
         self.build()