File tree 2 files changed +5
-4
lines changed
yarn-project/end-to-end/src
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 178
178
APPENDIX: How to apply the Apache License to your work.
179
179
180
180
To apply the Apache License to your work, attach the following
181
- boilerplate notice, with the fields enclosed by brackets "[] "
181
+ boilerplate notice, with the fields enclosed by brackets "{} "
182
182
replaced with your own identifying information. (Don't include
183
183
the brackets!) The text should be enclosed in the appropriate
184
184
comment syntax for the file format. We also recommend that a
185
185
file or class name and description of purpose be included on the
186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright [ yyyy] [ name of copyright owner]
189
+ Copyright { yyyy} { name of copyright owner}
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
198
198
distributed under the License is distributed on an "AS IS" BASIS,
199
199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
200
See the License for the specific language governing permissions and
201
- limitations under the License.
201
+ limitations under the License.
Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ describe('e2e_2_pxes', () => {
57
57
await teardownA ( ) ;
58
58
} ) ;
59
59
60
- it ( 'transfers funds from user A to B via PXE A followed by transfer from B to A via PXE B' , async ( ) => {
60
+ // TODO #10296
61
+ it . skip ( 'transfers funds from user A to B via PXE A followed by transfer from B to A via PXE B' , async ( ) => {
61
62
const initialBalance = 987n ;
62
63
const transferAmount1 = 654n ;
63
64
const transferAmount2 = 323n ;
You can’t perform that action at this time.
0 commit comments