@pytest.mark.xfail(reason="SPT-6352: The Last updated should have been blocked from being set.")
    def test_last_updated_field(helpers):
        datetimeValue = pendulum.yesterday()
        theRecord = pytest.app.records.create(
            **{"Required Date & Time": pendulum.now(), "Last Updated": datetimeValue})