Skip to content

Commit 50fff3b

Browse files
authored
Merge pull request #155 from MITLibraries/unskip-tests
Remove skips from record controller tests
2 parents 9d16f91 + f51ea06 commit 50fff3b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/controllers/record_controller_test.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def setup
5555
end
5656

5757
test 'access button displays for freely accessible data' do
58-
skip("DataEng has changed access type labels and is currently reloading dev1 as of 3/28 at 12:20pm.")
5958
gis_record_id = 'gismit:CAMBRIDGEMEMPOLES09'
6059
VCR.use_cassette('gis record mit free',
6160
allow_playback_repeats: true,
@@ -67,7 +66,6 @@ def setup
6766
end
6867

6968
test 'access button displays for data requiring MIT auth' do
70-
skip("DataEng has changed access type labels and is currently reloading dev1 as of 3/28 at 12:20pm.")
7169
gis_record_id = 'gismit:us_ma_boston_g47parcels_2018'
7270
VCR.use_cassette('gis record mit auth',
7371
allow_playback_repeats: true,
@@ -79,7 +77,6 @@ def setup
7977
end
8078

8179
test 'access button displays for non-MIT GIS records' do
82-
skip("DataEng has changed access type labels and is currently reloading dev1 as of 3/28 at 12:20pm.")
8380
gis_record_id = 'gisogm:edu.stanford.purl:be6ef8cd8ac5'
8481
VCR.use_cassette('gis record elsewhere',
8582
allow_playback_repeats: true,

0 commit comments

Comments
 (0)