From f0a58499f873d0b2e69662d6b12d332920770928 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Wed, 14 Apr 2021 16:19:30 +0800
Subject: [PATCH] 新增历史监控时间轴
---
src/test/java/com/hbbh/adapter/AdapterApplicationTests.java | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/test/java/com/hbbh/adapter/AdapterApplicationTests.java b/src/test/java/com/hbbh/adapter/AdapterApplicationTests.java
index 068b7c0..ee7190d 100644
--- a/src/test/java/com/hbbh/adapter/AdapterApplicationTests.java
+++ b/src/test/java/com/hbbh/adapter/AdapterApplicationTests.java
@@ -3,11 +3,12 @@
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
-@SpringBootTest
+/*@SpringBootTest
+@Deprecated
class AdapterApplicationTests {
@Test
void contextLoads() {
}
-}
+}*/
--
Gitblit v1.9.1