|
@@ -9,11 +9,11 @@ import java.util.concurrent.TimeUnit;
|
|
|
|
|
|
class ChatgptApplicationTests {
|
|
|
|
|
|
- @Test
|
|
|
+// @Test
|
|
|
void contextLoads() throws InterruptedException {
|
|
|
- ArrayBlockingQueue<String> queue = new ArrayBlockingQueue<>(1);
|
|
|
- var poll = queue.poll(1, TimeUnit.DAYS);
|
|
|
- System.out.println(poll);
|
|
|
+// ArrayBlockingQueue<String> queue = new ArrayBlockingQueue<>(1);
|
|
|
+// var poll = queue.poll(1, TimeUnit.DAYS);
|
|
|
+// System.out.println(poll);
|
|
|
}
|
|
|
|
|
|
}
|