Disable a flaky threads test (#11810)
According to policy https://github.com/vector-im/element-web/issues/26452pull/28788/head^2
							parent
							
								
									860764c057
								
							
						
					
					
						commit
						8fa9b9dda6
					
				| 
						 | 
				
			
			@ -39,7 +39,8 @@ describe("Threads", () => {
 | 
			
		|||
        cy.stopHomeserver(homeserver);
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    it("should be usable for a conversation", () => {
 | 
			
		||||
    // Flaky: https://github.com/vector-im/element-web/issues/26452
 | 
			
		||||
    it.skip("should be usable for a conversation", () => {
 | 
			
		||||
        let bot: MatrixClient;
 | 
			
		||||
        cy.getBot(homeserver, {
 | 
			
		||||
            displayName: "BotBob",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue