Skip to content

Commit 9536a5c

Browse files
committed
Temporarily remove yank button from crate header
1 parent a595001 commit 9536a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/templates/crate/version.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<h1 data-test-crate-name>{{ this.crate.name }}</h1>
88
<h2 data-test-crate-version>{{ this.currentVersion.num }}</h2>
99
{{#if this.isOwner }}
10-
<YankButton @version={{this.currentVersion}} @tan={{true}} />
10+
{{!-- <YankButton @version={{this.currentVersion}} @tan={{true}} /> --}}
1111
{{/if}}
1212
</div>
1313

tests/acceptance/crate-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ module('Acceptance | crate page', function (hooks) {
219219
assert.dom('[data-test-license]').hasText('MIT/Apache-2.0');
220220
});
221221

222-
test('crates can be yanked by owner', async function (assert) {
222+
skip('crates can be yanked by owner', async function (assert) {
223223
this.server.loadFixtures();
224224

225225
let user = this.server.schema.users.findBy({ login: 'thehydroimpulse' });

0 commit comments

Comments
 (0)