yaml-language-server
                                
                                 yaml-language-server copied to clipboard
                                
                                    yaml-language-server copied to clipboard
                            
                            
                            
                        Rewrite tests to use local schemas
Is your enhancement related to a problem? Please describe.
Some tests uses direct URI to schemas on schema store, and schemas may change which leads to test fail.
Describe the solution you would like
Use only local(static) schemas for tests.
If schemas change would that break users too?
No, it can and did break tests. By design tests should run in controlled environment, in general it is not good idea to depend on resources which we not control.
@evidolob while I was trying to pickup the fix for the failure for this I noticed that I can not rebase parser-switch to master/main anymore.