File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -52,26 +52,26 @@ jobs:
5252 cd address
5353 mvn test
5454
55- - name : Run Disassembler tests
56- run : |
57- cd disassembler
58- mvn test
55+ # - name: Run Disassembler tests
56+ # run: |
57+ # cd disassembler
58+ # mvn test
5959
6060 - name : Run BitString tests
6161 if : matrix.os != 'macos-15' # hangs on github
6262 run : |
6363 cd bitstring
6464 mvn test
6565
66- - name : Run tonlib - testTonlibGetTxsByAddress
67- run : |
68- cd tonlib
69- mvn test -Dtest=TestTonlibJsonTestnet#testTonlibGetTxsByAddress
70-
71- - name : Run tonlib - testTonlibRunMethodParticipantsList
72- run : |
73- cd tonlib
74- mvn test -Dtest=TestTonlibJsonTestnet#testTonlibRunMethodParticipantsList
66+ # - name: Run tonlib - testTonlibGetTxsByAddress
67+ # run: |
68+ # cd tonlib
69+ # mvn test -Dtest=TestTonlibJsonTestnet#testTonlibGetTxsByAddress
70+ #
71+ # - name: Run tonlib - testTonlibRunMethodParticipantsList
72+ # run: |
73+ # cd tonlib
74+ # mvn test -Dtest=TestTonlibJsonTestnet#testTonlibRunMethodParticipantsList
7575
7676 - name : Run adnl lite-client - testTonlibGetTxsByAddress
7777 run : |
Original file line number Diff line number Diff line change 9191 <dependency >
9292 <groupId >ch.qos.logback</groupId >
9393 <artifactId >logback-core</artifactId >
94- <version >1.5.18 </version >
94+ <version >1.5.19 </version >
9595 </dependency >
9696 <dependency >
9797 <groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments