Skip to content

Commit 01c3fde

Browse files
authored
Merge 5da1e73 into 0577c1a
2 parents 0577c1a + 5da1e73 commit 01c3fde

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

LICENSE

+3-3
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,15 @@
178178
APPENDIX: How to apply the Apache License to your work.
179179

180180
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 "{}"
182182
replaced with your own identifying information. (Don't include
183183
the brackets!) The text should be enclosed in the appropriate
184184
comment syntax for the file format. We also recommend that a
185185
file or class name and description of purpose be included on the
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright {yyyy} {name of copyright owner}
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.
@@ -198,4 +198,4 @@
198198
distributed under the License is distributed on an "AS IS" BASIS,
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201-
limitations under the License.
201+
limitations under the License.

yarn-project/end-to-end/src/e2e_2_pxes.test.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ describe('e2e_2_pxes', () => {
5757
await teardownA();
5858
});
5959

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 () => {
6162
const initialBalance = 987n;
6263
const transferAmount1 = 654n;
6364
const transferAmount2 = 323n;

0 commit comments

Comments
 (0)