1
0
David Turner 1 жил өмнө
parent
commit
0ecb2af13d

+ 1 - 0
x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/operator/DriverTests.java

@@ -39,6 +39,7 @@ import static org.hamcrest.Matchers.equalTo;
 
 public class DriverTests extends ESTestCase {
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/101095")
     public void testThreadContext() throws Exception {
         DriverContext driverContext = driverContext();
         ThreadPool threadPool = threadPool();